JSPM

react-bar-loader

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 176
  • Score
    100M100P100Q77565F
  • License MIT

Bar loader React component

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

Preview

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