# react-bounty

[![node version](https://img.shields.io/node/v/react-bounty.svg)](https://www.npmjs.com/package/react-bounty)
[![npm version](https://badge.fury.io/js/react-bounty.svg)](https://badge.fury.io/js/react-bounty)
[![downloads count](https://img.shields.io/npm/dt/react-bounty.svg)](https://www.npmjs.com/package/react-bounty)
[![size](https://packagephobia.com/badge?p=react-bounty)](https://packagephobia.com/result?p=react-bounty)
[![license](https://img.shields.io/npm/l/react-bounty.svg)](https://piecioshka.mit-license.org)

🔨 [Bounty](https://github.com/coderitual/bounty) React Component

## Usage

Installation:

```bash
npm install react-bounty
```

```javascript
import Bounty from 'react-bounty';

<Bounty value={ 76 } className="bounty"/>
```

## License

[The MIT License](https://piecioshka.mit-license.org) @ 2018
