@s-yh/vue-scroll-bar

1.0.3 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

npm i @s-yh/vue-scroll-bar

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

11 kB

Total Files

3

Last publish

Collaborators

  • s-yh