UxBoxTag

components/ux/BoxTag.vue

Rectangular tag with filled or border-only mode for status labels.

Active
default
border
components/ux/BoxTag.vue

Usage

<UxBoxTag mode = "—" > Content here </UxBoxTag>

Props

PropTypeDefaultDescription
modeString'''' (filled) or 'border' (outline)

Slots

SlotDescription
defaultTag text

Related