LabelDemo() — ui Function Reference
Architecture documentation for the LabelDemo() function in label-demo.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 30c04f2f_1ca0_beef_7228_4010050e669f["LabelDemo()"] 765cbe2e_6031_191d_c5d7_fea897f48e16["label-demo.tsx"] 30c04f2f_1ca0_beef_7228_4010050e669f -->|defined in| 765cbe2e_6031_191d_c5d7_fea897f48e16 style 30c04f2f_1ca0_beef_7228_4010050e669f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
deprecated/www/registry/new-york/internal/sink/components/label-demo.tsx lines 4–13
export function LabelDemo() {
return (
<div>
<div className="flex items-center space-x-2">
<Checkbox id="terms" />
<Label htmlFor="terms">Accept terms and conditions</Label>
</div>
</div>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does LabelDemo() do?
LabelDemo() is a function in the ui codebase, defined in deprecated/www/registry/new-york/internal/sink/components/label-demo.tsx.
Where is LabelDemo() defined?
LabelDemo() is defined in deprecated/www/registry/new-york/internal/sink/components/label-demo.tsx at line 4.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free