UxBackLink
components/ux/BackLink.vue
Standard "← Back to X" link for the top of detail pages.
components/ux/BackLink.vue
Usage
<UxBackLink
to = "—"
>
Content here
</UxBackLink>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| to | String | — | Route to navigate back to (required) |
Slots
| Slot | Description |
|---|---|
| default | Link label (arrow is built in) |