0.4.0 • Published 10 months ago

mofron-comp-radio v0.4.0

Weekly downloads
74
License
MIT
Repository
github
Last release
10 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.4.0

10 months ago

0.3.7

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.4

2 years ago

0.3.3

3 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

9 years ago