mofron-comp-clksw
v0.0.5
Published
click switch component for mofron
Downloads
22
Readme
mofron-comp-clksw
mofron is module based frontend framework.
click switch component for mofron
switching display component by click event
Install
npm install mofron mofron-comp-clksw
Sample
<require>
<tag module="mofron-comp-clksw">Switch</tag>
<tag module="mofron-comp-button">Button</tag>
</require>
<Switch>
<Button width=1rem>On</Button>
<Button width=1rem>OFF</Button>
</Switch>