klendi / react-top-loading-bar

A very simple, highly customisable youtube-like react loader component.
https://klendi.github.io/react-top-loading-bar/
MIT License
708 stars 60 forks source link

className does not work! #45

Closed andriuszibaitis closed 3 years ago

andriuszibaitis commented 3 years ago

When I add: <LoadingBar className="loading" progress={progress} onLoaderFinished={() => setProgress(0)} />

Styles: .loading { background: #FFF; }

The color remains red. It's not working. How to change loading bar color with className?

klendi commented 3 years ago

The className works but since it is using inline styles for props that's maybe it's not working, try adding !important

klendi commented 3 years ago

I added two classNames props, one for container containerClassName and for the loader itself, "className"