:active pseudo-class with react for mobile
npm install rmc-feedback:active pseudo-class with react/preact for mobile
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[npm-image]: http://img.shields.io/npm/v/rmc-feedback.svg?style=flat-square
[npm-url]: http://npmjs.org/package/rmc-feedback
[travis-image]: https://img.shields.io/travis/react-component/m-feedback.svg?style=flat-square
[travis-url]: https://travis-ci.org/react-component/m-feedback
[coveralls-image]: https://img.shields.io/coveralls/react-component/m-feedback.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/react-component/m-feedback?branch=master
npm install --save rmc-feedback
```
npm install
npm start
- local: http://localhost:8000/examples/
- online: http://react-component.github.io/m-feedback/
`js
import TouchFeedback from 'rmc-feedback';
click to active
`
| name | description | type | default |
|-------------|------------------------|--------|------------|
| disabled | | boolean | false |
| activeClassName | className applied to child when active | string | |
| activeStyle | style applied to child when active (set to false to disable click feedback) | object | - |
``
npm test
npm run chrome-test
```
npm run coverage
open coverage/ dir
rmc-feedback is released under the MIT license.