Home / Function/ InputWithButton() — supabase Function Reference

InputWithButton() — supabase Function Reference

Architecture documentation for the InputWithButton() function in input-with-button.tsx from the supabase codebase.

Entity Profile

Relationship Graph

Source Code

apps/design-system/registry/default/example/input-with-button.tsx lines 3–12

export default function InputWithButton() {
  return (
    <div className="flex w-full max-w-sm items-center space-x-2">
      <Input_Shadcn_ type="email" placeholder="Email" />
      <Button htmlType="submit" type="secondary">
        Subscribe
      </Button>
    </div>
  )
}

Domain

Subdomains

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free