1.0.0 • Published 8 years ago
react-cjprogressbar v1.0.0
React ProgressBar
Installation
npm i -S git+ssh://git@github.com:crazyjuice/react-progressbar.gitImport
import ProgressBar from 'progress-bar';Usage
<ProgressBar
  position="top"
  progress={25}
/>Available options
| Option | Default | Type | Description | 
|---|---|---|---|
| position | top | string | Set progress bar position {top, bottom} | 
| progress | required | number | Set progress 0-100% | 
License
MIT Licensed. Copyright (c) Piotr Sikora 2018.
1.0.0
8 years ago