chiasm-project / chiasm-layout

Nested box layout for Chiasm components.
MIT License
4 stars 2 forks source link

chiasm-layout

Build
Status

Nested box layout for Chiasm components.

Boxes

The above nested box structure can be configured like this:

{
  "orientation": "vertical",
  "children": [
    "A",
    "B",
    {
      "orientation": "horizontal",
      "children": [
        "C",
        "D"
      ]
    }
  ]
}

Here's a complete Chiasm example that uses this plugin

The following features are also present: