vue-bulma-jump

Jump component is based on jump.js for Vue Bulma


Keywords
vue, bulma, vue-bulma, vue-bulma-component, vue-bulma-jump, jump, back-to-top
License
MIT
Install
npm install vue-bulma-jump@0.0.2

Documentation

Jump

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

Installation

$ npm install vue-bulma-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