0.0.2 • Published 5 months ago
@croud-ui/vue-heading v0.0.2
@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