A


    import A from '@sum.cumo/nuxt-styleguide-demo-library/components/A.vue';
  

Demo:



    <a href="#" @click="/* … */">
  Click me!
</a>
  

Meta Warning!

This component is used in the documentation you are just reading. It is not part of the re-usable packages and mainly exits for demonstration purposes.

Props

href [string]

target url of the link
use ~ prefix for absolute project-internal links

Slots

default

clickable content of the link

Events

click

Propergates an event when clicked on the link