Tags represent user-generated, interactive categorization — items a person can add, apply, and remove, like filter criteria or audience attributes.
onDelete) when the person can remove the item; a Tag without onDelete has no close button.variant="default" — filled with the active surface color, no border. The standard look.variant="path" — subtle fill with a solid border.variant="dashed" — plain background with a dashed border.onDelete) — providing the callback renders the close button and invokes it on click. Omitting the prop removes the button entirely.isDisabled) — greys out the tag and sets aria-disabled.isCompact) — renders the smaller style. There is no size enum; compact is the only size option.children; Ember uses {{yield}} via <PlumaTag>Text</PlumaTag>.button element with aria-label="Close". Pass unsafe_withSpanDeleteButton to render it as a span with role="button" instead — required when the Tag sits inside another interactive element where nested buttons are invalid.unsafe_withDeleteButtonMouseDownStopPropagation to stop mousedown propagation from the close button — for Tags inside drag targets or click-away regions.color prop. Tags render in a single neutral palette per variant; colored chips are Badge's job.