This package has been deprecated

Author message:

This package has been deprecated

@iyaroslav/react-progress-bar
TypeScript icon, indicating that this package has built-in type declarations

1.0.15 • Public • Published

react-progress-bar

Progress bar optimized for frequent updates

Made with create-react-library

NPM JavaScript Style Guide

Install

yarn add @iyaroslav/react-progress-bar
# or
npm install --save @iyaroslav/react-progress-bar

Intro

Usage

Demo

import React, { Component } from 'react'

import Progress from 'react-progress-bar'
import 'react-progress-bar/dist/index.css'

class Example extends Component {
  render() {
    return <Progress value={0.6} />
  }
}

TODO

  • [ ] Min/Max values
  • [ ] Step
  • [ ] Readonly mode
  • [ ] Range mode

License

MIT © iYaroslav

Readme

Keywords

none

Package Sidebar

Install

npm i @iyaroslav/react-progress-bar

Weekly Downloads

1

Version

1.0.15

License

MIT

Unpacked Size

30.4 kB

Total Files

12

Last publish

Collaborators

  • iyaroslav