1.0.7 • Published 4 years ago

@s-yh/react-scroll-bar v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

@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
1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago