tomcru / holy-loader

Holy Loader is a 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
74 stars 4 forks source link

refactor: use default settings for HolyLoaderProps and HolyProgressProps everywhere #20

Closed tomcru closed 6 months ago

tomcru commented 6 months ago

The default settings for HolyLoaderProps and HolyProgressProps have been updated to use the DEFAULTS constant for initialPosition, easing, speed, color, height, zIndex, boxShadow, and showSpinner. This ensures consistency.