The heading component styles titles with the croud underscore and is used for main headings on our pages.
To use this component in your vue app, install the component via the npm registery:
yarn add @croud-ui/vue-heading
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
}
})
Licensed under the MIT License