splitbox
v0.0.4
Published
Split your screen and create complex layouts with resizeable panes.
Downloads
32
Maintainers
Keywords
Readme
SplitBox
Split your screen and create complex layouts with resizeable panes.
Example layout:
<hbox>
<div>
Top content
</div>
<vbox>
<div>
bottom left content
</div>
<hbox>
<div>bottom right - top section</div>
<div>bottom right - bottom section</div>
</hbox>
</vbox>
</hbox>
<hbox> directive
<vbox> directive
Usage
- css
- js
