vb-jump

0.0.6 • Public • Published

Jump

Jump component is based on jump.js for Vue Bulma.

Installation

$ npm install vb-jump --save

Examples

<template>
  <div>
    <div class="jump-target">
      <p>...long long long page</p>
      <back-to-top target=".jump-target">
        <button class="button">UP</button>
      </back-to-top>
    </div>
  </div>
</template>

<script>
import { BackToTop } from 'vue-bulma-jump'

export default {
  components: {
    BackToTop
  }
}
</script>

Badges


fundon.me  ·  GitHub @fundon  ·  Twitter @_fundon

Package Sidebar

Install

npm i vb-jump

Weekly Downloads

1

Version

0.0.6

License

MIT

Last publish

Collaborators

  • suyanlu