@s-yh/vue-scroll-bar
v1.0.3
Published
A scrollbar for vue
Downloads
7
Readme
@s-yh/vue-scroll-bar
A scrollbar for vue. It is a container, and you can insert anything into it. Just add
height
,width
.
Getting Started
npm install @s-yh/vue-scroll-bar
Usage example
<ScrollBar height="50px" width="200px">
<ul>
<li>Hello</li>
<li>Hello</li>
<li>Hello</li>
</ul>
</ScrollBar>
import ScrollBar from '@s-yh/vue-scroll-bar'
export default {
components: {Scrollbar}
}
Release History
- 1.0.0
- Work in progress
Authors
- Shi Yuhang - Syh