Installation
Install the BProgress for React utility in your application
Installation
Node.js
To install BProgress, run the following command:
bash npm install @bprogress/core
CDN
Use unpkg:
- JS: https://unpkg.com/@bprogress/core/dist/index.global.js
- ESM: https://unpkg.com/@bprogress/core/dist/index.js
- CSS: https://unpkg.com/@bprogress/core/dist/index.css
Use jsDelivr:
- JS: https://cdn.jsdelivr.net/npm/@bprogress/core/dist/index.global.js
- ESM: https://cdn.jsdelivr.net/npm/@bprogress/core/dist/index.js
- CSS: https://cdn.jsdelivr.net/npm/@bprogress/core/dist/index.css
Integrations Libraries
The following frameworks have a dedicated package for using BProgress:
React
Install the BProgress utility for React
Next.js
Install BProgress in your Next.js application
Remix
Install BProgress in your Remix application
Vue
Install the BProgress utility for Vue
Soon...
More integrations coming soon...