Vue Smooth Scrollbar
Smooth Scrollbar for Vue.js projects. Based on @idiotwu's smooth-scrollbar.
Usage
- Install dependency
```
npm install --save vue-smooth-scrollbar
```
- Import component
```
// src/main.js
import Vue from 'vue'
...
import SmoothScrollbar from 'vue-smooth-scrollbar'
Vue.use(SmoothScrollbar)
...
```
- Use component in your templates
```
<div id="example-content"></div>
```
Backlog
- x Plugin structure
- x Basic implementation
- x Options
- x Methods
- x Build dist
- x SSR / Nuxt