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

https://github.com/vovanr/react-indicator-legend

React indicator legend component
https://github.com/vovanr/react-indicator-legend

Last synced: 4 months ago
JSON representation

React indicator legend component

Awesome Lists containing this project

README

          

# react-indicator-legend

[![NPM version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Dependency Status][depstat-image]][depstat-url]
[![DevDependency Status][depstat-dev-image]][depstat-dev-url]
[![XO code style][codestyle-image]][codestyle-url]

> React indicator legend component

## Install

```
npm install --save react-indicator-legend
```

## Usage

```js
import IndicatorLegend from 'react-indicator-legend';

ReactDOM.render(, document.getElementById('app'));
```

## License

MIT © [Vladimir Rodkin](https://github.com/VovanR)

[npm-url]: https://npmjs.org/package/react-indicator-legend
[npm-image]: https://img.shields.io/npm/v/react-indicator-legend.svg?style=flat-square

[travis-url]: https://travis-ci.org/VovanR/react-indicator-legend
[travis-image]: https://img.shields.io/travis/VovanR/react-indicator-legend.svg?style=flat-square

[depstat-url]: https://david-dm.org/VovanR/react-indicator-legend
[depstat-image]: https://david-dm.org/VovanR/react-indicator-legend.svg?style=flat-square

[depstat-dev-url]: https://david-dm.org/VovanR/react-indicator-legend
[depstat-dev-image]: https://david-dm.org/VovanR/react-indicator-legend/dev-status.svg?style=flat-square

[codestyle-url]: https://github.com/sindresorhus/xo
[codestyle-image]: https://img.shields.io/badge/code_style-XO-5ed9c7.svg?style=flat-square