{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "p-frame-3",
  "description": "Frame with multiple separated panels",
  "registryDependencies": [
    "@coss/frame"
  ],
  "files": [
    {
      "path": "registry/default/particles/p-frame-3.tsx",
      "content": "import {\n  Frame,\n  FrameDescription,\n  FrameHeader,\n  FramePanel,\n  FrameTitle,\n} from \"@/registry/default/ui/frame\";\n\nexport default function Particle() {\n  return (\n    <Frame className=\"w-full\">\n      <FrameHeader>\n        <FrameTitle>Section header</FrameTitle>\n        <FrameDescription>Brief description about the section</FrameDescription>\n      </FrameHeader>\n      <FramePanel>\n        <h2 className=\"font-semibold text-sm\">Separated panel</h2>\n        <p className=\"text-muted-foreground text-sm\">Section description</p>\n      </FramePanel>\n      <FramePanel>\n        <h2 className=\"font-semibold text-sm\">Separated panel</h2>\n        <p className=\"text-muted-foreground text-sm\">Section description</p>\n      </FramePanel>\n    </Frame>\n  );\n}\n",
      "type": "registry:block"
    }
  ],
  "meta": {
    "className": "**:data-[slot=preview]:w-full"
  },
  "categories": [
    "frame"
  ],
  "type": "registry:block"
}