New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-progressbar-themes

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-progressbar-themes

react component to display progress bar

latest
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

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
textNANAto be addedNA

Issues?

Submit your issue here

FAQs

Package last updated on 08 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts