Data DisplayTagA compact label for categorizing or annotating an item inline.Installimport { Tag } from 'vael-ui'PlaygroundVue DOMVaporvariantmutedsizemdpillimport { Tag } from 'vael-ui' <Tag variant="muted" size="md" :pill="false">Tag</Tag>PropsNameTypeDefaultDescriptionvariant"primary" | "danger" | "muted" | "success" | "warning" | "info""muted"size"md" | "sm""md"pillboolean | undefinedfalseFully pill-rounded instead of the default small label corners.uiPartial<{ root: UiPartValue; icon: UiPartValue; label: UiPartValue; }> | undefinedSlotsNameTypeDescriptiondefaultanyiconanyA small leading glyph (a dot, a checkmark) — sized to match the text, not a full icon box.EventsNo events.ExposedNameTypeDescriptionelHTMLElement | null