UxLink

components/ux/Link.vue

Styled text link with optional animated right arrow on hover.

Usage

<UxLink :arrow = "false" > Content here </UxLink>

Props

PropTypeDefaultDescription
arrowBooleanfalseShow animated arrow on hover

Slots

SlotDescription
defaultLink text

Related