react-bar-loader
v1.0.0
Published
Bar loader React component
Downloads
540
Readme
React Bar Loader component
Instalation
$ yarn add react-bar-loader
Usage
import BarLoader from 'react-bar-loader'
<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