0.3.0 • Published 4 years ago

mofron-layout-horizon v0.3.0

Weekly downloads
47
License
MIT
Repository
github
Last release
4 years ago

mofron-layout-horizon

mofron is module based frontend framework.

horizon layout for mofron

target component of children is positioned horizontally.

Install

npm install mofron mofron-layout-horizon

Sample

<setting>
    <tag load="mofron-comp-text">Text</tag>
    <tag load="mofron-layout-horizon">Horizon</tag>
</setting>

<div layout=Horizon()>
    <Text>Horizon</Text>
    <Text>Layout</Text>
</div>

Parameter

ShortFormParameter NameTypeDescription