Examples
Props
InputGroup
Name | Type | Required | Default | Description |
---|---|---|---|---|
children | React.ReactNode | Yes | Content rendered inside the input group. | |
className | string | No | '' | Additional classes added to the input group. |
InputGroupText
Name | Type | Required | Default | Description |
---|---|---|---|---|
children | React.ReactNode | Yes | Content rendered inside the input group text. | |
className | string | No | '' | Additional classes added to the input group text. |
component | React.ReactNode | No | 'span' | Component that wraps the input group text. |
View source on GitHub