Pass Through documentation for Tag component
Some sections may not be visible due to the availability of the particular feature.
Defines passthrough(pt) options of Tag component.
label | type | description |
---|---|---|
root | TagPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
icon | TagPassThroughType<HTMLAttributes<HTMLElement>> | Used to pass attributes to the icon's DOM element. |
label | TagPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the label's DOM element. |
Defines passthrough(pt) options of TagLabel component.
label | type | description |
---|---|---|
root | TagLabelPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of TagIcon component.
label | type | description |
---|---|---|
root | TagIconPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |