Home / Function/ InputWithText() — ui Function Reference

InputWithText() — ui Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  ad845141_0da9_ecba_b16c_85afe857cde9["InputWithText()"]
  72b1b007_7212_18f6_21fd_7bf743a0b897["input-with-text.tsx"]
  ad845141_0da9_ecba_b16c_85afe857cde9 -->|defined in| 72b1b007_7212_18f6_21fd_7bf743a0b897
  style ad845141_0da9_ecba_b16c_85afe857cde9 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

deprecated/www/registry/default/examples/input-with-text.tsx lines 4–12

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

Subdomains

Frequently Asked Questions

What does InputWithText() do?
InputWithText() is a function in the ui codebase, defined in deprecated/www/registry/default/examples/input-with-text.tsx.
Where is InputWithText() defined?
InputWithText() is defined in deprecated/www/registry/default/examples/input-with-text.tsx at line 4.

Analyze Your Own Codebase

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

Try Supermodel Free