Variable: InputGroupInput
@arolariu/components / InputGroupInput
Variable: InputGroupInput
constInputGroupInput: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
Inputcomponent - Styling via CSS Modules with
--ac-*custom properties
Example
<InputGroupInput placeholder='Search...' />
See
InputGroupInputProps for available props
// was this page useful?