react-cjprogressbar

1.0.0 • Public • Published

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

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.

Readme

Keywords

none

Package Sidebar

Install

npm i react-cjprogressbar

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

11.9 kB

Total Files

4

Last publish

Collaborators

  • crazyjuice