npm.io
0.0.2 • Published 2 years ago

@croud-ui/vue-heading

Licence
MIT
Version
0.0.2
Deps
0
Size
3 kB
Vulns
0
Weekly
0

@croud-ui/vue-heading

The heading component styles titles with the croud underscore and is used for main headings on our pages.

Install

To use this component in your vue app, install the component via the npm registery:

yarn add @croud-ui/vue-heading

Usage

Import this component into the component file where you want to render it and register the component:

import Heading from "@croud-ui/vue-heading";

export default defineComponent({
  ...
  components: {
    Heading
  }
})

License

Licensed under the MIT License