JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 521
  • Score
    100M100P100Q14436F

radio ui component for react

Package Exports

  • rc-radio

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rc-radio) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

rc-radio


react rc-radio component

NPM version build status Test coverage gemnasium deps node version npm download

install

rc-radio

example

http://localhost:9090/examples/

online example: http://react-component.github.io/radio/examples/

Usage

var Radio = require('rc-radio');
// use rc-radio

Api

same with <input type="radio" />, but only support controlled radio.

Development

npm install
npm start

Test Case

http://localhost:9090/tests/runner.html?coverage

https://travis-ci.org/react-component/radio

Coverage

http://localhost:9090/node_modules/rc-server/node_modules/node-jscover/lib/front-end/jscoverage.html?w=http://localhost:9090/tests/runner.html?coverage

License

rc-radio is released under the MIT license.