tomcru / holy-loader

Holy Loader is a i18n-ready, lightweight, customizable top loading progress bar component for React / Next.js 13 & Next.js 14. #toploader #top-loader #nextjs-toploader #nprogress #nextjs-progressbar
https://www.npmjs.com/package/holy-loader
MIT License
108 stars 4 forks source link

Possible to have a Gradient Colored Loading bar? #28

Closed sikandarchishty closed 2 months ago

sikandarchishty commented 2 months ago

him is it possible to have a gradient colored loading bar?

tomcru commented 2 months ago

Yes, you can use any value that the background css property accepts. For example: color="linear-gradient(to right, #ff7e5f, #feb47b)"