I've been trying to create a progress bar for project i'm working on but the ProgressBar
Library from Npm seems to not work with the new App
Router.
Any Ideas on how to implement this ?
I've been trying to create a progress bar for project i'm working on but the ProgressBar
Library from Npm seems to not work with the new App
Router.
Any Ideas on how to implement this ?
You can use this library: https://www.npmjs.com/package/next-nprogress-bar
It works for both app
and pages
router.