UxCardLink

components/ux/CardLink.vue

White card that acts as a link — border shifts to grape on hover. Renders a static card when no route is given.

Usage

<UxCardLink to = "—" :external = "false" > Content here </UxCardLink>

Props

PropTypeDefaultDescription
toString''Route; omit for a static non-hover card
externalBooleanfalseRender as a plain <a> (for API/server routes)

Slots

SlotDescription
defaultCard content — compose title, description, badges

Related

Qpoint Brand Style Guide