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 d122cbfa_e7f7_72f4_b619_df0fedeea0e5["input-with-button.tsx"] 57e86e45_ac6e_7278_be08_9092724e8401["button"] d122cbfa_e7f7_72f4_b619_df0fedeea0e5 --> 57e86e45_ac6e_7278_be08_9092724e8401 80cf663d_a411_487c_d69e_ac9d405cd2ec["input"] d122cbfa_e7f7_72f4_b619_df0fedeea0e5 --> 80cf663d_a411_487c_d69e_ac9d405cd2ec style d122cbfa_e7f7_72f4_b619_df0fedeea0e5 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { Button } from "@/registry/new-york-v4/ui/button"
import { Input } from "@/registry/new-york-v4/ui/input"
export default function InputWithButton() {
return (
<div className="flex w-full max-w-sm items-center gap-2">
<Input type="email" placeholder="Email" />
<Button type="submit" variant="outline">
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 apps/v4/registry/new-york-v4/examples/input-with-button.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