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
- Host: GitHub
- URL: https://github.com/vovanr/react-indicator-legend
- Owner: VovanR
- License: mit
- Created: 2016-01-29T13:27:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-02T17:50:53.000Z (over 10 years ago)
- Last Synced: 2025-01-26T19:32:34.102Z (over 1 year ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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