sub-rc-rate
v1.0.2
Published
React Star Rate Component
Downloads
12
Maintainers
Readme
rc-rate
React Rate Component
Screenshots
Development
npm install
npm start
Example
http://localhost:8000/examples/
online example: http://react-component.github.io/rate/
install
Usage
var Rate = require('rc-rate');
var React = require('react');
React.render(<Rate />, container);
API
props
Test Case
npm test
npm run chrome-test
Coverage
npm run coverage
open coverage/ dir
License
rc-rate is released under the MIT license.