0.0.5 • Published 5 years ago

mofron-comp-clksw v0.0.5

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

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>