React Bar Loader component
Instalation
$ yarn add react-bar-loader
Usage
<BarLoader color="#1D8BF1" height="2" />
Props
Prop | Type | Description |
---|---|---|
color | String | Bar color HEX value (default #000) |
height | String / Number | Bar height in px (dafault 2px) |
style | Object | Reast style object |
ClassName | String | Component css class name |
License
MIT