Skip to main content

Variable: InputGroupButton

@arolariu/components


@arolariu/components / InputGroupButton

Variable: InputGroupButton

const InputGroupButton: ForwardRefExoticComponent<InputGroupButtonProps & RefAttributes<HTMLButtonElement>>

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

Renders a compact button matched to input group dimensions.

Remarks

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

Example

<InputGroupButton size='sm'>Search</InputGroupButton>

See

InputGroupButtonProps for available props

// was this page useful?