rmc-feedback

:active pseudo-class with react for mobile

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
rmc-feedback
2.0.06 years ago6 years agoMinified + gzip package size for rmc-feedback in KB

Readme

rmc-feedback

:active pseudo-class with react/preact for mobile
!NPM versionnpm-imagenpm-url !build statustravis-imagetravis-url !Test coveragecoveralls-imagecoveralls-url

Installation

npm install --save rmc-feedback

Development

npm install
npm start

Example

  • local: http://localhost:8000/examples/
  • online: http://react-component.github.io/m-feedback/

Usage

import TouchFeedback from 'rmc-feedback';

<TouchFeedback activeClassName="acitve" activeStyle={{ color: 'red'}} disabled={false}>
  <div>click to active</div>
</TouchFeedback>

API

props

| 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 | - |

Test Case

npm test
npm run chrome-test

Coverage

npm run coverage

open coverage/ dir

License

rmc-feedback is released under the MIT license.