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.

labeltypedescription
rootChipRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
iconChipRootPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the icon's DOM element.
imageChipRootPassThroughType<HTMLAttributes<HTMLImageElement>>Used to pass attributes to the image's DOM element.
labelChipRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the label's DOM element.
removeIconChipRootPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the remove icon's DOM element.