ProfileForm() — ui Function Reference
Architecture documentation for the ProfileForm() function in drawer-dialog.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 26d08af2_2164_e2b3_2ebc_069414a36879["ProfileForm()"] 3ff1eefd_a481_9e9d_e87b_0e3710e11ec5["drawer-dialog.tsx"] 26d08af2_2164_e2b3_2ebc_069414a36879 -->|defined in| 3ff1eefd_a481_9e9d_e87b_0e3710e11ec5 style 26d08af2_2164_e2b3_2ebc_069414a36879 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/new-york-v4/examples/drawer-dialog.tsx lines 76–90
function ProfileForm({ className }: React.ComponentProps<"form">) {
return (
<form className={cn("grid items-start gap-6", className)}>
<div className="grid gap-3">
<Label htmlFor="email">Email</Label>
<Input type="email" id="email" defaultValue="shadcn@example.com" />
</div>
<div className="grid gap-3">
<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 apps/v4/registry/new-york-v4/examples/drawer-dialog.tsx.
Where is ProfileForm() defined?
ProfileForm() is defined in apps/v4/registry/new-york-v4/examples/drawer-dialog.tsx at line 76.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free