0.5.3 • Published 1 year ago

mofron-comp-checkbox v0.5.3

Weekly downloads
124
License
MIT
Repository
github
Last release
1 year ago

mofron-comp-checkbox

mofron is module based frontend framework.

checkbox component for mofron

Feature

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

Install

npm install mofron mofron-comp-checkbox

Sample

<setting>
    <tag load="mofron-comp-checkbox">CheckBox</tag>
</setting>

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

<CheckBox change-event=@chg_evt>Check</CheckBox>

Parameter

ShortFormParameter NameTypeDescription
valuebooleansame as 'check'
checkbooleantrue: check
false: uncheck
undefined: call as getter
textmixedstring: check text string
mofron-comp-text: check text component
undefined: call as getter
clearsizestring (size)check box size (both height and width)
undefined: call as getter
heightstring (size)check box height
undefined: call as getter
0.5.3

1 year ago

0.5.2

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.4.0

4 years ago

0.3.2

4 years ago

0.3.3

4 years ago

0.3.0

4 years ago

0.3.1

4 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago