UxLink
components/ux/Link.vue
Styled text link with optional animated right arrow on hover.
Learn more
View documentation
Plain link
components/ux/Link.vue
Usage
<UxLink
:arrow = "false"
>
Content here
</UxLink>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| arrow | Boolean | false | Show animated arrow on hover |
Slots
| Slot | Description |
|---|---|
| default | Link text |