Skip to content

Instantly share code, notes, and snippets.

@AliYmn
Created December 4, 2019 21:02
Show Gist options
  • Save AliYmn/ba96f6f41866c8dc18ce1302a0b1f79c to your computer and use it in GitHub Desktop.
Save AliYmn/ba96f6f41866c8dc18ce1302a0b1f79c to your computer and use it in GitHub Desktop.
React Custom Scrollbars Example
import { Scrollbars } from 'react-custom-scrollbars';
<Scrollbars
autoHide={false}
autoHeight={true}
style={{ height: 150 }}
>
// your component here
</Scrollbars>
@AliYmn
Copy link
Author

AliYmn commented Dec 4, 2019

NOTE : you should install this package ( npm install react-custom-scrollbars ) or ( yarn add react-custom-scrollbars )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment