Socket
Socket
Sign inDemoInstall

react-progress

Package Overview
Dependencies
3
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-progress

Youtube style progress bar for React


Version published
Weekly downloads
478
decreased by-34.34%
Maintainers
1
Install size
9.18 kB
Created
Weekly downloads
 

Readme

Source

react-progress

Youtube style progress bar for React

Install

npm install react-progress --save

Usage

import React, { Component } from 'react';
import Progress from 'react-progress';

class View extends Component {
  render() {
    return (
      <div>
        ...
        <Progress percent={30}/>
        ...
      </div>
    );
  }
});

Props

proptypedefaultnotes
classnamestring''
colorstringrainbowkeyword, hexadecimal, rgb, or hsla
percentnumber00-100
heightnumber2pixels
hideDelaynumber.4seconds
speednumber.4seconds
styleobject{}

License

MIT

Keywords

FAQs

Last updated on 04 Feb 2016

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc