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