0.0.1 • Published 4 years ago

mofron-layout-flexgrid v0.0.1

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

mofron-layout-flexgrid

mofron is module based frontend framework.

layout module template for developper

Install

npm install mofron mofron-layout-flexgrid

Sample

<setting>
    <tag load="mofron-comp-frame">Frame</tag>
    <tag load="mofron-layout-flexgrid">FlexGrid</tag>
</setting>

<div layout=FlexGrid>
    <Frame></Frame>
    <Frame></Frame>
    <Frame></Frame>
</div>