InputWithButton() — ui Function Reference
Architecture documentation for the InputWithButton() function in input-with-button.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD c3eb30d7_6378_b4e3_f0f7_a4dbcb16c705["InputWithButton()"] d122cbfa_e7f7_72f4_b619_df0fedeea0e5["input-with-button.tsx"] c3eb30d7_6378_b4e3_f0f7_a4dbcb16c705 -->|defined in| d122cbfa_e7f7_72f4_b619_df0fedeea0e5 style c3eb30d7_6378_b4e3_f0f7_a4dbcb16c705 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/new-york-v4/examples/input-with-button.tsx lines 4–13
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
Source
Frequently Asked Questions
What does InputWithButton() do?
InputWithButton() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/examples/input-with-button.tsx.
Where is InputWithButton() defined?
InputWithButton() is defined in apps/v4/registry/new-york-v4/examples/input-with-button.tsx at line 4.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free