@s-yh/react-scroll-bar
v1.0.7
Published
A scrollbar for react
Downloads
11
Readme
@s-yh/react-scroll-bar
A scrollbar for react. It is a container, and you can insert anything into it. Just add
height
,width
.
Getting Started
npm install @s-yh/react-scroll-bar
Usage example
import ScrollBar from '@s-yh/react-scroll-bar'
<ScrollBar height="50px" width="200px">
<ul>
<li>Hello</li>
<li>Hello</li>
<li>Hello</li>
</ul>
</ScrollBar>
Release History
- 1.0.4
- Solve the bug that the thump is disappear when mousemove
- 1.0.2
- Support the typescript
- 1.0.0
- Work in progress
Authors
- Shi Yuhang - Syh