TheSGJ / nextjs-toploader

A Next.js Top Loading Bar component made using nprogress, works with Next.js 14 , Next.js 13 and React.
https://www.npmjs.com/package/nextjs-toploader
MIT License
864 stars 49 forks source link

No Support for RTL (Right-to-Left) Layouts #89

Open 30YA opened 2 months ago

30YA commented 2 months ago

I am using the nextjs-toploader library in a project that uses an RTL (Right-to-Left) layout. Unfortunately, the progress bar starts from the left side of the screen, which is incorrect for RTL designs. I've tried to override the styles manually using CSS and JavaScript, but none of the solutions worked as expected !! is there a way ?

nasraldin commented 1 month ago

+1 same

mirismaili commented 1 month ago

I have the same issue, too.

I expect its direction automatically adjusted according to page direction (HTML dir="rtl"/dir="ltr" or CSS direction: rtl/ltr).

ggdeploybot commented 1 month ago

https://github.com/tomcru/holy-loader has this.