Track Page Scrolling Progress In Vue – snakke

Install & Download:

# NPM
$ npm i vue-snakke

Description:

snakke is a Vue.js 3 utility that helps you track reading progress on page scroll.

How to use it:

1. Install and import the component.

import { useSnakke } from 'vue-snakke';

2. Add the reading progress bar to the app template.

const { progress } = useSnakke();
<template>
  {{ progress }}
  // ...
</template>

Preview:

Track Page Scrolling Progress In Vue - snakke

Changelog:

12/07/2021

  • v0.1.0

04/14/2021

  • v0.0.7: Upgrade dependencies

03/13/2021

  • v0.0.6: Bugfix

Add Comment