ProfileForm() — ui Function Reference
Architecture documentation for the ProfileForm() function in drawer-dialog.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 3ba706b9_95fe_b681_f356_164ecd512133["ProfileForm()"] d985c2ec_fc62_9820_0684_efd00d7df8c3["drawer-dialog.tsx"] 3ba706b9_95fe_b681_f356_164ecd512133 -->|defined in| d985c2ec_fc62_9820_0684_efd00d7df8c3 style 3ba706b9_95fe_b681_f356_164ecd512133 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
deprecated/www/registry/new-york/examples/drawer-dialog.tsx lines 73–87
function ProfileForm({ className }: React.ComponentProps<"form">) {
return (
<form className={cn("grid items-start gap-4", className)}>
<div className="grid gap-2">
<Label htmlFor="email">Email</Label>
<Input type="email" id="email" defaultValue="shadcn@example.com" />
</div>
<div className="grid gap-2">
<Label htmlFor="username">Username</Label>
<Input id="username" defaultValue="@shadcn" />
</div>
<Button type="submit">Save changes</Button>
</form>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does ProfileForm() do?
ProfileForm() is a function in the ui codebase, defined in deprecated/www/registry/new-york/examples/drawer-dialog.tsx.
Where is ProfileForm() defined?
ProfileForm() is defined in deprecated/www/registry/new-york/examples/drawer-dialog.tsx at line 73.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free