Skip to content

mofron/mofron-comp-radio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Short
Form
Parameter Name Type Description
text mixed string: radio text contents
mofron-comp-text: radio text contents
undefined: call as getter
select boolean true: select
false: unselect
undefined: call as getter
value boolean same as 'select'
clear
undefined: call as getter
height string(size) radio button height
undefined: call as getter

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published