{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "cruds-01", "type": "registry:block", "description": "Edit apparel item form with product details", "registryDependencies": [ "button", "card", "input", "label", "select", "textarea" ], "files": [ { "path": "creative-tim-ui/blocks/cruds-01/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\"\nimport {\n Select,\n SelectContent,\n SelectItem,\n SelectTrigger,\n SelectValue,\n} from \"@/components/ui/select\"\nimport { Textarea } from \"@/components/ui/textarea\"\n\nexport default function Cruds01() {\n return (\n
\n \n
\n

Edit Apparel Item

\n

\n Update product information, pricing, and categorization for your\n fashion inventory.\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 \n \n
\n
\n
\n
\n )\n}\n", "type": "registry:page", "target": "app/cruds-01/page.tsx" } ], "meta": { "iframeHeight": "1000px", "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" ] }