1.0.0 • Published 6 years ago

react-cjprogressbar v1.0.0

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

React ProgressBar

Installation

npm i -S git+ssh://git@github.com:crazyjuice/react-progressbar.git

Import

import ProgressBar from 'progress-bar';

Usage

<ProgressBar
  position="top"
  progress={25}
/>

Available options

OptionDefaultTypeDescription
positiontopstringSet progress bar position {top, bottom}
progressrequirednumberSet progress 0-100%

License

MIT Licensed. Copyright (c) Piotr Sikora 2018.