0.0.1 • Published 3 years ago

@croud-ui/vue-heading v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@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