Home / Function/ InputWithText() — supabase Function Reference

InputWithText() — supabase Function Reference

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

Entity Profile

Relationship Graph

Source Code

apps/design-system/registry/default/example/input-with-text.tsx lines 3–11

export default function InputWithText() {
  return (
    <div className="grid w-full max-w-sm items-center gap-1.5">
      <Label_Shadcn_ htmlFor="email-2">Email</Label_Shadcn_>
      <Input_Shadcn_ type="email" id="email-2" placeholder="Email" />
      <p className="text-sm text-muted-foreground">Enter your email address.</p>
    </div>
  )
}

Domain

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free