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
平滑滾動
- Host: GitHub
- URL: https://github.com/cingfong/vue-simple-smooth-scroll
- Owner: cingfong
- Created: 2022-08-03T03:26:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T05:50:06.000Z (almost 3 years ago)
- Last Synced: 2025-05-22T13:43:23.271Z (about 1 year ago)
- Topics: vue-smooth-scroll, vuejs2
- Language: Vue
- Homepage: https://vue-simple-smooth-scroll.vercel.app
- Size: 233 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)