1.0.3 • Published 6 years ago

@s-yh/vue-scroll-bar v1.0.3

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

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

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago