label-demo.tsx — ui Source File
Architecture documentation for label-demo.tsx, a tsx file in the ui codebase. 2 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 765cbe2e_6031_191d_c5d7_fea897f48e16["label-demo.tsx"] fe882581_4266_6b26_b40f_462b3a19ebd0["checkbox"] 765cbe2e_6031_191d_c5d7_fea897f48e16 --> fe882581_4266_6b26_b40f_462b3a19ebd0 fa665cdb_5f79_b81a_95ab_12ba182fc175["label"] 765cbe2e_6031_191d_c5d7_fea897f48e16 --> fa665cdb_5f79_b81a_95ab_12ba182fc175 style 765cbe2e_6031_191d_c5d7_fea897f48e16 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { Checkbox } from "@/registry/new-york/ui/checkbox"
import { Label } from "@/registry/new-york/ui/label"
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
Functions
Dependencies
- checkbox
- label
Source
Frequently Asked Questions
What does label-demo.tsx do?
label-demo.tsx is a source file in the ui codebase, written in tsx. It belongs to the ComponentRegistry domain, ChartRegistry subdomain.
What functions are defined in label-demo.tsx?
label-demo.tsx defines 1 function(s): LabelDemo.
What does label-demo.tsx depend on?
label-demo.tsx imports 2 module(s): checkbox, label.
Where is label-demo.tsx in the architecture?
label-demo.tsx is located at deprecated/www/registry/new-york/internal/sink/components/label-demo.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: deprecated/www/registry/new-york/internal/sink/components).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free