Usage

::button-link{right-icon="lucide:arrow-up-right" to="/getting-started" target="_blank"}
  Get Started
::
::button-link{left-icon="lucide:github" variant="outline" to="https://github.com/ZTL-UwU/shadcn-docs-nuxt" target="_blank"}
  GitHub
::
::button-link{left-icon="lucide:ghost" variant="ghost" href="https://github.com/ZTL-UwU/shadcn-docs-nuxt" blank}
  Ghost
::

Props

variant'default' | 'secondary' | 'link' | 'destructive' | 'outline' | 'ghost'
'default'
size'default' | 'icon' | 'sm' | 'xs' | 'lg'
'default'
leftIconstring
Icon on the left
rightIconstring
Icon on the right
tostring
Link URL
hrefstring
Alias to to
targetTarget
A target attribute value to apply on the link
blankboolean
Alias to target='_blank'