UxTable

components/ux/Table.vue

Lightweight static table — styles slotted thead/tbody with line or band header variants.

PropTypeDescription
variantStringline (doc tables) or band (dashboard header band)
hoverBooleanRow hover highlight
Scenarios
ComponentGroupScore
UxButtonInteractive4 / 4
UxTableTable3 / 4
UxPillFeedback3 / 4
EventDescription
readyEmitted when the scene is initialized
components/ux/Table.vue

Usage

<UxTable variant = "line" :hover = "false" > Content here </UxTable>

Props

PropTypeDefaultDescription
variantString'line'line (underlined header) or band (grey header band)
hoverBooleanfalseRow hover highlight

Slots

SlotDescription
defaultPlain <thead> and <tbody> markup — cells inherit styling

Related

Qpoint Brand Style Guide