0.5.3 • Published 2 years ago

mofron-comp-checkbox v0.5.3

Weekly downloads
124
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.0

5 years ago

0.3.2

5 years ago

0.3.3

5 years ago

0.3.0

5 years ago

0.3.1

5 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago