https://github.com/atriusx/react-progress-bars
https://github.com/atriusx/react-progress-bars
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/atriusx/react-progress-bars
- Owner: AtriusX
- Created: 2021-02-10T06:35:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-16T20:43:38.000Z (over 5 years ago)
- Last Synced: 2025-02-12T17:20:01.459Z (over 1 year ago)
- Language: TypeScript
- Size: 817 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-progress-bars
> Progress bars for React!
[](https://www.npmjs.com/package/react-progress-bars) [](https://standardjs.com)
## Install
```bash
npm install --save react-progress-bars
```
## Usage
```tsx
import React, { Component } from 'react'
import MyComponent from 'react-progress-bars'
import 'react-progress-bars/dist/index.css'
class Example extends Component {
render() {
return
}
}
```
## License
MIT © [AtriusX](https://github.com/AtriusX)