nextjs-progressbar
nextjs-progressbar copied to clipboard
A simple Next.js progressbar component using NProgress.
I'm working on a Next.js project and I'm using the RTL direction in my document, Is there a way to make the progress bar direction from the right to left...
useEffect only works in Client Components. Add the "use client" directive at the top of the file to use it. Read more: https://nextjs.org/docs/messages/react-client-hook-in-server-component this error occurs when we use nextjs...
…ge navigations inspired by https://github.com/apal21/nextjs-progressbar/pull/18