input-file.tsx — ui Source File
Architecture documentation for input-file.tsx, a tsx file in the ui codebase. 2 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR acdec24a_96ca_4b63_a75e_0b1211275bf7["input-file.tsx"] 2de1d0e1_ab37_e1b0_4ef3_da8c8fa66107["input"] acdec24a_96ca_4b63_a75e_0b1211275bf7 --> 2de1d0e1_ab37_e1b0_4ef3_da8c8fa66107 fa665cdb_5f79_b81a_95ab_12ba182fc175["label"] acdec24a_96ca_4b63_a75e_0b1211275bf7 --> fa665cdb_5f79_b81a_95ab_12ba182fc175 style acdec24a_96ca_4b63_a75e_0b1211275bf7 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { Input } from "@/registry/new-york/ui/input"
import { Label } from "@/registry/new-york/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>
)
}
Domain
Subdomains
Functions
Dependencies
- input
- label
Source
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/new-york/examples/input-file.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: deprecated/www/registry/new-york/examples).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free