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