0.2.5 • Published 1 month ago

mofron-comp-radiolist v0.2.5

Weekly downloads
2
License
MIT
Repository
github
Last release
1 month 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.2.5

1 month ago

0.2.4

9 months ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.2

5 years ago

0.0.1

5 years ago