An open API service indexing awesome lists of open source software.

https://github.com/atriusx/react-progress-bars


https://github.com/atriusx/react-progress-bars

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# react-progress-bars

> Progress bars for React!

[![NPM](https://img.shields.io/npm/v/react-progress-bars.svg)](https://www.npmjs.com/package/react-progress-bars) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](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)