https://github.com/nikorablin/react-simple-scrollbar
Simple scrollbar component for React that uses webkit scrollbar styling when possible
https://github.com/nikorablin/react-simple-scrollbar
react scrollbars
Last synced: 12 months ago
JSON representation
Simple scrollbar component for React that uses webkit scrollbar styling when possible
- Host: GitHub
- URL: https://github.com/nikorablin/react-simple-scrollbar
- Owner: nikorablin
- License: mit
- Created: 2018-03-07T16:53:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T20:55:46.000Z (almost 8 years ago)
- Last Synced: 2025-02-09T04:48:02.996Z (about 1 year ago)
- Topics: react, scrollbars
- Language: JavaScript
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-simple-scrollbar
Simple scrollbar component for React that uses webkit scrollbar styling when possible
### To do
- [ ] Horizontal scrolling
- [x] Scroll events
- [ ] Theming
- [x] Add tests