0.3.7 • Published 11 months ago

mofron-comp-radio v0.3.7

Weekly downloads
74
License
MIT
Repository
github
Last release
11 months ago

mofron-comp-radio

mofron is module based frontend framework.

radio button component for mofron

Feature

  • text size is automatically changed when the height is changed.

Install

npm install mofron mofron-comp-radio

Sample

<setting>
    <tag load="mofron-comp-radio">Radio</tag>
</setting>

<script run=init>
let chg_evt = (p1,p2,p3) => { console.log(p2); }
</script>

<Radio size=0.5rem changeEvent=@chg_evt>radio button</Radio>

Parameter

ShortFormParameter NameTypeDescription
textmixedstring: radio text contents
mofron-comp-text: radio text contents
undefined: call as getter
selectbooleantrue: select
false: unselect
undefined: call as getter
valuebooleansame as 'select'
clearsizestring(size)radio button size (both height and width)
undefined: call as getter
heightstring(size)radio button height
undefined: call as getter
0.3.7

11 months ago

0.3.6

1 year ago

0.3.5

1 year ago

0.3.4

1 year ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago