react rc-radio component
http://localhost:9090/examples/
online example: http://react-component.github.io/radio/examples/
var Radio = require('rc-radio');
// use rc-radio
same with <input type="radio" />
, but only support controlled radio.
npm install
npm start
http://localhost:9090/tests/runner.html?coverage
https://travis-ci.org/react-component/radio
rc-radio is released under the MIT license.