Tag Pass Through

Pass Through documentation for Tag component

Viewer#

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

Tag PT Options#

Defines passthrough(pt) options of Tag component.

labeltypedescription
rootTagPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.
iconTagPassThroughType<HTMLAttributes<HTMLElement>>Used to pass attributes to the icon's DOM element.
labelTagPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the label's DOM element.

TagLabel PT Options#

Defines passthrough(pt) options of TagLabel component.

labeltypedescription
rootTagLabelPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

TagIcon PT Options#

Defines passthrough(pt) options of TagIcon component.

labeltypedescription
rootTagIconPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.