Home / Function/ InputWithButton() — ui Function Reference

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
  cb183908_57d7_750d_4424_bba91a4c3732["InputWithButton()"]
  b20dcb1c_85da_4033_0d51_c7bd0b0b59c3["input-with-button.tsx"]
  cb183908_57d7_750d_4424_bba91a4c3732 -->|defined in| b20dcb1c_85da_4033_0d51_c7bd0b0b59c3
  style cb183908_57d7_750d_4424_bba91a4c3732 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

deprecated/www/registry/new-york/examples/input-with-button.tsx lines 4–11

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>
  )
}

Subdomains

Frequently Asked Questions

What does InputWithButton() do?
InputWithButton() is a function in the ui codebase, defined in deprecated/www/registry/new-york/examples/input-with-button.tsx.
Where is InputWithButton() defined?
InputWithButton() is defined in deprecated/www/registry/new-york/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