1.0.7 • Published 6 years ago

react-progressbar-themes v1.0.7

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

react-progressbar-themes

React component for displaying progress bar. Has themes to choose from.

Install

npm install react-progressbar-themes

Usage

import React from 'react';
const Pbar = require('react-progressbar-themes');

export default class yourComponent extends React.Component {

	constructor(props){
		super(props);
		this.state = {
			
		}
	}

   render() {
      return (
      	<Pbar theme={'theme4'} percent={34} length={'100%'}/>
      );
   }
}

Props

PropValuesExampleDescriptionType
percent0 to 10056percentage completedNumber
themeContent Cell'theme4'theme nameString
lengthpercent or px value'40%' or '300px'desired length of the progressbarString
barColorNANAto be addedNA
trenchColorNANAto be addedNA
| NA | NA | to be added | NA

Issues?

Submit your issue here

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago