Guest User

Untitled

a guest
Apr 25th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. import { Scrollbars } from 'react-custom-scrollbars';
  2.  
  3. class App extends Component {
  4. render() {
  5. return (
  6. <Scrollbars style={{ width: 500, height: 300 }}>
  7. <p>Some great content...</p>
  8. </Scrollbars>
  9. );
  10. }
  11. }
Add Comment
Please, Sign In to add comment