Skip to content
/ jump Public

Jump component is based on jump.js for Vue Bulma

License

Notifications You must be signed in to change notification settings

vue-bulma/jump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Jump component is based on jump.js for Vue Bulma

Resources

License

Stars

Watchers

Forks

Packages

No packages published