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.
Scenarios
components/ux/CardLink.vue
Usage
<UxCardLink
to = "—"
:external = "false"
>
Content here
</UxCardLink>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| to | String | '' | Route; omit for a static non-hover card |
| external | Boolean | false | Render as a plain <a> (for API/server routes) |
Slots
| Slot | Description |
|---|---|
| default | Card content — compose title, description, badges |