input-with-button.tsx — ui Source File
Architecture documentation for input-with-button.tsx, a tsx file in the ui codebase. 2 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR b20dcb1c_85da_4033_0d51_c7bd0b0b59c3["input-with-button.tsx"] aa2f3ec6_f291_3763_88ec_65a3f5ad5939["button"] b20dcb1c_85da_4033_0d51_c7bd0b0b59c3 --> aa2f3ec6_f291_3763_88ec_65a3f5ad5939 2de1d0e1_ab37_e1b0_4ef3_da8c8fa66107["input"] b20dcb1c_85da_4033_0d51_c7bd0b0b59c3 --> 2de1d0e1_ab37_e1b0_4ef3_da8c8fa66107 style b20dcb1c_85da_4033_0d51_c7bd0b0b59c3 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { Button } from "@/registry/new-york/ui/button"
import { Input } from "@/registry/new-york/ui/input"
export default function InputWithButton() {
return (
<div className="flex w-full max-w-sm items-center space-x-2">
<Input type="email" placeholder="Email" />
<Button type="submit">Subscribe</Button>
</div>
)
}
Domain
Subdomains
Functions
Dependencies
- button
- input
Source
Frequently Asked Questions
What does input-with-button.tsx do?
input-with-button.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-button.tsx?
input-with-button.tsx defines 1 function(s): InputWithButton.
What does input-with-button.tsx depend on?
input-with-button.tsx imports 2 module(s): button, input.
Where is input-with-button.tsx in the architecture?
input-with-button.tsx is located at deprecated/www/registry/new-york/examples/input-with-button.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