Examples
Props
InputGroup
Name | Type | Default | Description |
---|---|---|---|
childrenrequired | React.ReactNode | Content rendered inside the input group. | |
className | string | '' | Additional classes added to the input group. |
InputGroupText
Name | Type | Default | Description |
---|---|---|---|
childrenrequired | React.ReactNode | Content rendered inside the input group text. | |
className | string | '' | Additional classes added to the input group text. |
component | React.ReactNode | 'span' | Component that wraps the input group text. |
variant | InputGroupTextVariant | 'default' | 'plain' | InputGroupTextVariant.default | Input group text variant |
View source on GitHub