Home / File/ label-demo.tsx — ui Source File

label-demo.tsx — ui Source File

Architecture documentation for label-demo.tsx, a tsx file in the ui codebase. 2 imports, 0 dependents.

File tsx ComponentRegistry ChartRegistry 2 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  d9a5c59a_51f5_97c1_e0c1_d22d049312a5["label-demo.tsx"]
  4f6bcac7_12b3_b724_9762_64ace071aa20["checkbox"]
  d9a5c59a_51f5_97c1_e0c1_d22d049312a5 --> 4f6bcac7_12b3_b724_9762_64ace071aa20
  d752035b_6ed3_c6ef_e27c_eef51af9ec8d["label"]
  d9a5c59a_51f5_97c1_e0c1_d22d049312a5 --> d752035b_6ed3_c6ef_e27c_eef51af9ec8d
  style d9a5c59a_51f5_97c1_e0c1_d22d049312a5 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Checkbox } from "@/registry/new-york-v4/ui/checkbox"
import { Label } from "@/registry/new-york-v4/ui/label"

export default 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>
  )
}

Subdomains

Functions

Dependencies

  • checkbox
  • label

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 apps/v4/registry/new-york-v4/examples/label-demo.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: apps/v4/registry/new-york-v4/examples).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free