0.0.1 • Published 5 years ago

scroll-bar-react v0.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

ScrollBar

容器出现滚动调试滑动展示。

API

参数说明类型默认值
onPrevClick点击向左滑动的回调func-
onNextClick点击向右滑动的回调func-
isIconOccupy滑动按钮是否占用容器宽度boolfalse
barWidth滑动竖条的宽度number58
iconSize左右按钮的字体大小number16

开发调试

$ npm install -g bee-tools
$ git clone https://github.com/whynotgonow/scroll-bar.git
$ cd scroll-bar
$ npm install
$ npm run dev