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
| Prop | Type | Default | Description |
|---|---|---|---|
| mode | String | '' | '' (filled) or 'border' (outline) |
Slots
| Slot | Description |
|---|---|
| default | Tag text |