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:
Changelog:
12/07/2021
- v0.1.0
04/14/2021
- v0.0.7: Upgrade dependencies
03/13/2021
- v0.0.6: Bugfix
Download Details:
Author: viniciuskneves
Live Demo: https://viniciuskneves.github.io/vue-snakke/
Download Link: https://github.com/viniciuskneves/vue-snakke/archive/main.zip
Official Website: https://github.com/viniciuskneves/vue-snakke
Install & Download:
# NPM
$ npm i vue-snakke