Home / Function/ InputGroupInput() — ui Function Reference

InputGroupInput() — ui Function Reference

Architecture documentation for the InputGroupInput() function in input-group.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  a6e5e242_c088_4c3d_5acb_ebd2923e5ead["InputGroupInput()"]
  10b9b28a_4b8e_44fe_28c3_e1525f7895fb["input-group.tsx"]
  a6e5e242_c088_4c3d_5acb_ebd2923e5ead -->|defined in| 10b9b28a_4b8e_44fe_28c3_e1525f7895fb
  style a6e5e242_c088_4c3d_5acb_ebd2923e5ead fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/examples/radix/ui-rtl/input-group.tsx lines 116–130

function InputGroupInput({
  className,
  ...props
}: React.ComponentProps<"input">) {
  return (
    <Input
      data-slot="input-group-control"
      className={cn(
        "flex-1 rounded-none border-0 bg-transparent shadow-none ring-0 focus-visible:ring-0 disabled:bg-transparent aria-invalid:ring-0 dark:bg-transparent dark:disabled:bg-transparent",
        className
      )}
      {...props}
    />
  )
}

Subdomains

Frequently Asked Questions

What does InputGroupInput() do?
InputGroupInput() is a function in the ui codebase, defined in apps/v4/examples/radix/ui-rtl/input-group.tsx.
Where is InputGroupInput() defined?
InputGroupInput() is defined in apps/v4/examples/radix/ui-rtl/input-group.tsx at line 116.

Analyze Your Own Codebase

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

Try Supermodel Free