splitbox

0.0.4 • Public • Published

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>

Splitbox

<hbox> directive

<vbox> directive

Usage

  • css
  • js

Install

Readme

Keywords

none

Package Sidebar

Install

npm i splitbox

Weekly Downloads

3

Version

0.0.4

License

MIT

Last publish

Collaborators

  • surikat