Pass Through documentation for Badge component
Some sections may not be visible due to the availability of the particular feature.
Defines passthrough(pt) options of Badge component.
label | type | description |
---|---|---|
root | BadgePassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of OverlayBadge component.
label | type | description |
---|---|---|
root | OverlayBadgePassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |