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
831 stars 50 forks source link

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

Open 30YA opened 1 month ago

30YA commented 1 month 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 3 weeks ago

+1 same

mirismaili commented 3 weeks 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 3 weeks ago

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