Home / File/ input-file.tsx — ui Source File

input-file.tsx — ui Source File

Architecture documentation for input-file.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
  06fe346a_7309_6151_7a0c_b96ed616045d["input-file.tsx"]
  163b5f6f_1cd3_6d8d_5305_80eec4895f60["input"]
  06fe346a_7309_6151_7a0c_b96ed616045d --> 163b5f6f_1cd3_6d8d_5305_80eec4895f60
  f826d306_7d63_5ba3_6a53_387904d37a9f["label"]
  06fe346a_7309_6151_7a0c_b96ed616045d --> f826d306_7d63_5ba3_6a53_387904d37a9f
  style 06fe346a_7309_6151_7a0c_b96ed616045d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Input } from "@/registry/default/ui/input"
import { Label } from "@/registry/default/ui/label"

export default function InputFile() {
  return (
    <div className="grid w-full max-w-sm items-center gap-1.5">
      <Label htmlFor="picture">Picture</Label>
      <Input id="picture" type="file" />
    </div>
  )
}

Subdomains

Functions

Dependencies

  • input
  • label

Frequently Asked Questions

What does input-file.tsx do?
input-file.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-file.tsx?
input-file.tsx defines 1 function(s): InputFile.
What does input-file.tsx depend on?
input-file.tsx imports 2 module(s): input, label.
Where is input-file.tsx in the architecture?
input-file.tsx is located at deprecated/www/registry/default/examples/input-file.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: deprecated/www/registry/default/examples).

Analyze Your Own Codebase

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

Try Supermodel Free