vue-smooth-scrollbar

Smooth Scrollbar Vue.js single file component

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
vue-smooth-scrollbar
1.0.32 years ago5 years agoMinified + gzip package size for vue-smooth-scrollbar in KB

Readme

Vue Smooth Scrollbar
Smooth Scrollbar for Vue.js projects. Based on @idiotwu's smooth-scrollbar.

Usage

  1. Install dependency

``` npm install --save vue-smooth-scrollbar ```

  1. Import component

``` // src/main.js import Vue from 'vue' ... import SmoothScrollbar from 'vue-smooth-scrollbar' Vue.use(SmoothScrollbar) ... ```

  1. 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
  • Events
  • Styling