{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "cruds-03", "type": "registry:block", "description": "Stylist account settings with profile photo upload", "registryDependencies": [ "button", "card", "input", "label", "select" ], "files": [ { "path": "creative-tim-ui/blocks/cruds-03/page.tsx", "content": "\"use client\"\n\nimport { Upload } from \"lucide-react\"\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\"\n\nexport default function Cruds03() {\n return (\n
\n \n
\n

Stylist Account Settings

\n

\n Configure your profile, roles, and permissions for your stylist\n account.\n

\n
\n
\n
\n \n
\n
\n \n
\n
\n

\n PNG, JPG, JPEG or GIF (max. 800x400px)\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 \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-03/page.tsx" } ], "meta": { "iframeHeight": "1200px", "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" ] }