Link Button

Display a link button.

Usage

<template>
  <CLinkButton forward>
    Link button
  </CLinkButton>
</template>

Forward & backward arrows

<template>
<CLinkButton forward :back="false" href="/">Example link</CLinkButton>
</template>

Size

<template>
<CLinkButton size="sm" forward href="/">Example link</CLinkButton>
</template>

Disabled

<template>
<CLinkButton disabled forward href="/">Example link</CLinkButton>
</template>

Props

size
"md" | "sm" | "lg"
"md"
type
"reset" | "submit" | "button"
"button"
target
"_self" | "_blank" | "_parent" | "_top" | (string & {})
to
string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric
activeClass
string
exactActiveClass
string
ariaCurrentValue
"page" | "step" | "location" | "date" | "time" | "true" | "false"
href
string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric
rel
(string & {}) | "noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc"
"noopener""noreferrer""nofollow""sponsored""ugc"
prefetchedClass
string
prefetchOn
unknown
disabled
boolean
custom
boolean
replace
boolean
external
boolean
noRel
boolean
prefetch
boolean
noPrefetch
boolean
back
boolean
forward
boolean