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

Fix initial value of 'background' in README #69

Closed kshida closed 2 years ago

kshida commented 2 years ago

Hi! Fixed the initial value of "background" in the properties table.

Before I fixed it, it was numerical, but after checking the following file, I thought "transparent" was correct. https://github.com/klendi/react-top-loading-bar/blob/master/src/index.tsx#L43

      background = 'transparent',

Thanks for the great OSS.

klendi commented 2 years ago

Yeah I have missed that, thank you!