Skip to main content

Variable: InputGroupInput

@arolariu/components


@arolariu/components / InputGroupInput

Variable: InputGroupInput

const InputGroupInput: ForwardRefExoticComponent<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & RefAttributes<HTMLInputElement>>

Defined in: components/ui/input-group.tsx:227

Renders the primary input control inside an input group.

Remarks

  • Pure CSS component (no Base UI primitive)
  • Renders a wrapped Input component
  • Styling via CSS Modules with --ac-* custom properties

Example

<InputGroupInput placeholder='Search...' />

See

InputGroupInputProps for available props

// was this page useful?