Skip to content

cingfong/vue-simple-smooth-scroll

Repository files navigation

vue-simple-smooth-scroll

Requirements

  • Vue 2

Installation

NPM

npm install vue-simple-smooth-scroll

Usage

custom main scrollbar

main.js

import smoothScroll from "vue-simple-smooth-scroll";
Vue.use(smoothScroll)

App.vue

<template>
  <smooth-scroll>
    <!-- content -->
  </smooth-scroll>
</template>