0.3.0 • Published 10 months ago

mofron-comp-radiolist v0.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
10 months ago

mofron-comp-radiolist

mofron is module based frontend framework.

radiobutton list component for mofron

Install

npm install mofron mofron-comp-radiolist

Sample

<setting>
    <tag load="mofron-comp-radiolist">RadioList</tag>
    <tag load="mofron-layout-margin">Margin</tag>
</setting>

<RadioList layout=Margin:("left","0.2rem")>
    <radio>radio_1</radio>
    <radio>radio_2</radio>
</RadioList>

Parameter

ShortFormParameter NameTypeDescription
textmixedarray: radio contents list
string: radio text string
mofron-comp-text: radio text component
radiomixedstring: text contents string
mofron-comp-text: text contents component
array: radio-button text contents list
undefined: call as getter
selectnumberselect target index
valuebooleansame as 'select' parameter
numbersame as 'select' parameter
statusbooleantrue: change enable mode (default)
false: change disable mode
undefined: call as getter
clear
0.3.0

10 months ago

0.2.5

1 year ago

0.2.4

2 years ago

0.2.3

3 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.2

6 years ago

0.0.1

6 years ago