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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    0
  • 0.0.3
    0
  • 0.0.2
    0

Package Sidebar

Install

npm i splitbox

Weekly Downloads

0

Version

0.0.4

License

MIT

Last publish

Collaborators

  • surikat