1.0.2 • Published 6 years ago

v-scroll-to-top v1.0.2

Weekly downloads
4
License
ISC
Repository
-
Last release
6 years ago

v-scroll-to-top

A simple scroll to top button for Vue

Demo

demo

Installation

npm

npm install v-scroll-to-top --save

Usage

import Vue from 'vue'
import VScrollToTop from 'v-scroll-to-top'

Vue.use(VScrollToTop)
SomeComponent.vue
<template>
  <v-scroll-to-top></v-scroll-to-top>
</template>

GitHub

https://github.com/captain-melanie/vue-scroll-to-top