gpui-base 0.6.0

Behavior, interaction, and infrastructure foundations for GPUI applications.
Documentation
{
  "center": {
    "panel_name": "StackPanel",
    "children": [
      {
        "panel_name": "Tiles",
        "children": [
          {
            "panel_name": "TabPanel",
            "children": [
              { "panel_name": "Alpha", "children": [], "info": { "panel": null } },
              { "panel_name": "Beta", "children": [], "info": { "panel": null } }
            ],
            "info": { "tabs": { "active_index": 0 } }
          },
          {
            "panel_name": "TabPanel",
            "children": [
              { "panel_name": "Gamma", "children": [], "info": { "panel": null } }
            ],
            "info": { "tabs": { "active_index": 0 } }
          }
        ],
        "info": {
          "tiles": {
            "metas": [
              { "bounds": { "origin": { "x": 10.0, "y": 20.0 }, "size": { "width": 200.0, "height": 150.0 } }, "z_index": 0 },
              { "bounds": { "origin": { "x": 400.0, "y": 60.0 }, "size": { "width": 220.0, "height": 180.0 } }, "z_index": 3 }
            ]
          }
        }
      }
    ],
    "info": { "stack": { "sizes": [800.0], "axis": 0 } }
  }
}