1. vue-bulma-jump
Jump component is based on jump.js for Vue Bulma
vue-bulma-jump
Package: vue-bulma-jump
Created by: vue-bulma
Last modified: Tue, 28 Jun 2022 19:05:33 GMT
Version: 0.0.2
License: MIT
Downloads: 373
Repository: https://github.com/vue-bulma/jump

Install

npm install vue-bulma-jump
yarn add vue-bulma-jump

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

Dependencies

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin