0.1.2 • Published 9 years ago

rctui-radio v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Radio

react ui radio component

radio online example

Install

npm install rctui-radio

Usage

import RadioGroup from 'rctui-radio'

<RadioGroup
  className={string}
  data={array}
  inline={bool}       // default value is false, if true, checkbox display = inline-block
  onChange={function}
  readOnly={bool}     // default value false
  textTpl="string"    // text template, default value is "{text}"
  valueTpl="string"   // return value template,default value is "{id}"
  value={any}
/>
0.1.2

9 years ago

0.1.1

9 years ago