{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "cruds-02", "type": "registry:block", "description": "Update retail staff profile form", "registryDependencies": [ "button", "card", "input", "label" ], "files": [ { "path": "creative-tim-ui/blocks/cruds-02/page.tsx", "content": "\"use client\"\n\nimport { Button } from \"@/components/ui/button\"\nimport { Card } from \"@/components/ui/card\"\nimport { Input } from \"@/components/ui/input\"\nimport { Label } from \"@/components/ui/label\"\n\nexport default function Cruds02() {\n return (\n
\n \n
\n

\n Update Retail Staff Profile\n

\n

\n Manage employee account credentials and contact information for\n retail team members.\n

\n
\n
\n
\n \n \n
\n\n
\n \n \n
\n\n
\n \n \n
\n\n
\n \n \n
\n\n \n
\n
\n
\n )\n}\n", "type": "registry:page", "target": "app/cruds-02/page.tsx" } ], "meta": { "iframeHeight": "800px", "container": "w-full bg-surface min-h-svh flex px-4 py-12 items-center md:py-20 justify-center min-w-0", "mobile": "component" }, "categories": [ "cruds" ] }