Home / Function/ InputGrid() — ui Function Reference

InputGrid() — ui Function Reference

Architecture documentation for the InputGrid() function in input-grid.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  4e53e3d0_63a0_261c_5750_82858c9656f3["InputGrid()"]
  7a861bda_e762_e737_8653_a5628dbedde3["input-grid.tsx"]
  4e53e3d0_63a0_261c_5750_82858c9656f3 -->|defined in| 7a861bda_e762_e737_8653_a5628dbedde3
  style 4e53e3d0_63a0_261c_5750_82858c9656f3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/examples/radix/input-grid.tsx lines 4–17

export function InputGrid() {
  return (
    <FieldGroup className="grid max-w-sm grid-cols-2">
      <Field>
        <FieldLabel htmlFor="first-name">First Name</FieldLabel>
        <Input id="first-name" placeholder="Jordan" />
      </Field>
      <Field>
        <FieldLabel htmlFor="last-name">Last Name</FieldLabel>
        <Input id="last-name" placeholder="Lee" />
      </Field>
    </FieldGroup>
  )
}

Subdomains

Frequently Asked Questions

What does InputGrid() do?
InputGrid() is a function in the ui codebase, defined in apps/v4/examples/radix/input-grid.tsx.
Where is InputGrid() defined?
InputGrid() is defined in apps/v4/examples/radix/input-grid.tsx at line 4.

Analyze Your Own Codebase

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

Try Supermodel Free