Tag
Compact badge / status label (distinct from selectable Chip). Optionally dismissible for removable filters.
Label
Appearance
Content
Layout & behavior
Props — Tag
View MUI docs| Prop | Type | Description |
|---|---|---|
color | "neutral" | "brand" | "pink" | "orange" | "success" | "error" | "warning" | "info" | Semantic badge color. |
size | "large" | "medium" | "small" | Badge height and type scale. |
label | ReactNode | Badge text. |
startIconName | FaIconName | Leading FA icon. Omit for no start icon. |
endIconName | FaIconName | Trailing FA icon. Omit for no end icon. |
isDismissible | boolean | Show remove control for filters. |
onClose | () => void | Dismiss handler. |