UxTag

components/ux/Tag.vue

Small grape-colored pill tag with X remove button and warning color variant.

production
api.qpoint.io
rate-limited
read-only
components/ux/Tag.vue

Usage

<UxTag :noX = "false" id = "—" :warn = "false" > Content here </UxTag>

Props

PropTypeDefaultDescription
noXBooleanfalseHide the remove button
idString''Identifier passed to remove event
warnBooleanfalseWarning color variant

Events

EventDescription
removeWhen X button is clicked

Slots

SlotDescription
defaultTag text

Related