1.0.0 • Published 6 years ago

react-bar-loader v1.0.0

Weekly downloads
395
License
MIT
Repository
github
Last release
6 years ago

React Bar Loader component

Preview

Instalation

$ yarn add react-bar-loader

Usage

import BarLoader from 'react-bar-loader'

<BarLoader color="#1D8BF1" height="2" />

Props

PropTypeDescription
colorStringBar color HEX value (default #000)
heightString / NumberBar height in px (dafault 2px)
styleObjectReast style object
ClassNameStringComponent css class name

License

MIT