Chip Pass Through
Pass Through documentation for Chip component
Viewer#
Some sections may not be visible due to the availability of the particular feature.
Loading...
ChipRoot PT Options#
Defines passthrough(pt) options of Chip component.
| label | type | description |
|---|---|---|
| root | ChipRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| icon | ChipRootPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the icon's DOM element. |
| image | ChipRootPassThroughType<HTMLAttributes<HTMLImageElement>> | Used to pass attributes to the image's DOM element. |
| label | ChipRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the label's DOM element. |
| removeIcon | ChipRootPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the remove icon's DOM element. |