1.0.5 • Published 2 years ago

x-radio-list v1.0.5

Weekly downloads
5
License
MIT
Repository
github
Last release
2 years ago

x-radio-list

安装

npm install --save x-radio-list

使用

    <RadioList value="1">
    <Radio value="1">aaaa</Radio>
    <Radio value="2">bbb</Radio>
    </RadioList>
    <RadioList value="1">
        <Radio value="1" text="AAA">aaaa</Radio>
        <Radio value="2">bbb</Radio>
    </RadioList>
    <RadioList  disabled={true} disabledCls="disabled" value="1" options={[{value:1,text:"aaa"},{value:2,text:"bbb"}]}>
    </RadioList>

Api

showTitle

是否显示title提示,默认不显示

Radio.title

title提示

options

数据来源模式

children

Radio

1.0.5

2 years ago

1.0.4

3 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago