Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- render() {
- return (
- <div>
- <button onClick={(e) => { console.log('Scrolling to Item 1');}}>Button0</button>
- <button onClick={(e) => { console.log('Scrolling to Item 2');}}>Button1</button>
- <Layout>
- <Item>
- <Content>
- ...
- </Content>
- </Item>
- <Item>
- <Content>
- ...
- </Content>
- </Item>
- </Layout>
- }
- </div>
- );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement