InputGroup Pass Through
Pass Through documentation for InputGroup component
Viewer#
Some sections may not be visible due to the availability of the particular feature.
Loading...
InputGroupRoot PT Options#
Defines passthrough(pt) options of InputGroup component.
| label | type | description |
|---|---|---|
| root | InputGroupRootPassThroughType<InputHTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| addon | InputGroupRootPassThroughType<InputHTMLAttributes<HTMLDivElement>> | Used to pass attributes to the addon's DOM element. |
InputGroupAddon PT Options#
Defines passthrough(pt) options of InputGroupAddon component.
| label | type | description |
|---|---|---|
| root | InputGroupAddonPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |