An open API service indexing awesome lists of open source software.

https://github.com/cingfong/vue-simple-smooth-scroll

平滑滾動
https://github.com/cingfong/vue-simple-smooth-scroll

vue-smooth-scroll vuejs2

Last synced: 8 months ago
JSON representation

平滑滾動

Awesome Lists containing this project

README

          

# vue-simple-smooth-scroll

## Requirements
- Vue 2
## Installation
NPM
```bash
npm install vue-simple-smooth-scroll
```
## Usage
### custom main scrollbar
**main.js**
```javascript
import smoothScroll from "vue-simple-smooth-scroll";
Vue.use(smoothScroll)
```

**App.vue**
```vue



```

## [DEMO](https://display-library.vercel.app/smooth-scroll)