Home / File/ input-with-label.tsx — ui Source File

input-with-label.tsx — ui Source File

Architecture documentation for input-with-label.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
  0cd43544_d7ac_e85c_9f55_366e177136ce["input-with-label.tsx"]
  80cf663d_a411_487c_d69e_ac9d405cd2ec["input"]
  0cd43544_d7ac_e85c_9f55_366e177136ce --> 80cf663d_a411_487c_d69e_ac9d405cd2ec
  d752035b_6ed3_c6ef_e27c_eef51af9ec8d["label"]
  0cd43544_d7ac_e85c_9f55_366e177136ce --> d752035b_6ed3_c6ef_e27c_eef51af9ec8d
  style 0cd43544_d7ac_e85c_9f55_366e177136ce fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Input } from "@/registry/new-york-v4/ui/input"
import { Label } from "@/registry/new-york-v4/ui/label"

export default function InputWithLabel() {
  return (
    <div className="grid w-full max-w-sm items-center gap-3">
      <Label htmlFor="email">Email</Label>
      <Input type="email" id="email" placeholder="Email" />
    </div>
  )
}

Subdomains

Functions

Dependencies

  • input
  • label

Frequently Asked Questions

What does input-with-label.tsx do?
input-with-label.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 input-with-label.tsx?
input-with-label.tsx defines 1 function(s): InputWithLabel.
What does input-with-label.tsx depend on?
input-with-label.tsx imports 2 module(s): input, label.
Where is input-with-label.tsx in the architecture?
input-with-label.tsx is located at apps/v4/registry/new-york-v4/examples/input-with-label.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