Skyleen77 / next-nprogress-bar

NProgress integration on Next.js compatible with /app and /pages folders
https://next-nprogress-bar.vercel.app
315 stars 24 forks source link

How to position HTML element inline? #62

Open stefan-girlich opened 4 months ago

stefan-girlich commented 4 months ago

I want to position the load indicator at a specific position within my application header. Is there a way to achieve this?

It seems that the HTML element containing the load indicator is always positioned somewhere high up in the hierarchy (probably directly inside <body>) regardless of where <Progressbar /> is placed. I saw that the option style can be used to define custom styles, but it doesn't allow for placement within the DOM.