Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

pace-progressbar

z1m1n17kMIT1.0.10

Automatic page load progress bar

pace, loader, progressbar

readme

pace

An automatic web page progress bar.

Include pace.js and a theme of your choice to your page and you are done!

Pace will automatically monitor your Ajax requests, event loop lag, document ready state and elements on your page to decide on the progress.

Installation

npm i pace-progressbar

or

yarn add pace-progressbar

Demo

Documentation

Example

import 'pace-progressbar';
import 'pace-progressbar/themes/blue/pace-theme-minimal.css';