mono/packages/ui/docs/layouts/readme.md
2026-02-08 15:09:32 +01:00

949 B

Layouts

2 Columns : PhotoCard & Text


{
  "id": "playground-canvas-demo",
  "name": "Playground Canvas",
  "containers": [
    {
      "id": "container-1769374479197-drxdzewil",
      "type": "container",
      "columns": 2,
      "gap": 16,
      "widgets": [
        {
          "id": "widget-1769374641802-b2cj664rs",
          "widgetId": "photo-card",
          "props": {
            "pictureId": "41185796-3600-4e0b-988f-e1ac59592492"
          },
          "order": 0
        },
        {
          "id": "widget-1769374667509-kxctp5bix",
          "widgetId": "markdown-text",
          "props": {
            "content": "sdfdf",
            "placeholder": "Enter your text here...",
            "templates": []
          },
          "order": 1
        }
      ],
      "children": [],
      "order": 0
    }
  ],
  "createdAt": 1769374479197,
  "updatedAt": 1769374676394
}