Package Exports
- react-bar-loader
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-bar-loader) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
React Bar Loader component

Instalation
$ yarn add react-bar-loaderUsage
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