1.2.2 • Published 4 years ago

x-backtotop v1.2.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

x-backtotop

back to top plugins for vue

Install

npm install x-backtotop

Props

  zIndex: {
    type: Number,
    default: 9999
  },
  triggerHeight: {
    type: Number
  },
  smooth: {
    type: Boolean,
    default: true
  },
  scrollInterval: {
    type: Number,
    default: 10
  },
  scrollHeight: {
    type: Number,
    default: 100
  }

How to use

Using in Vue application

<template>
  <back-to-top></back-to-top>
</template>
import toTop from 'x-backtotop'
Vue.use(toTop)

Development

This command will start a webpack-dev-server with content of dev folder.

npm run dev
1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago