Chip Pass Through

Pass Through documentation for Chip component

Viewer#

Some sections may not be visible due to the availability of the particular feature.

Microsoft
Xuxue Feng

Chip PT Options#

Defines passthrough(pt) options of Chip component.

labeltypedescription
rootChipPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
iconChipPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the icon's DOM element.
imageChipPassThroughType<HTMLAttributes<HTMLImageElement>>Used to pass attributes to the image's DOM element.
labelChipPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the label's DOM element.
removeIconChipPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the remove icon's DOM element.