Headline


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

Demo:

Default

Hello World!



    <headline>
  Hello World!
</headline>
  

With anchor

#   Hello See!



    <headline anchor="hello-see">
  Hello See!
</headline>
  

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

level [number | string]

Level of the headline (1-6) Default: 2

anchor [string]

Anchor of the headline

Slots

default

headline content