InputWithLabel() — supabase Function Reference
Architecture documentation for the InputWithLabel() function in input-with-label.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/design-system/registry/default/example/input-with-label.tsx lines 3–10
export default function InputWithLabel() {
return (
<div className="grid w-full max-w-sm items-center gap-1.5">
<Label_Shadcn_ htmlFor="email">Email</Label_Shadcn_>
<Input_Shadcn_ type="email" id="email" placeholder="Email" />
</div>
)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free