# @croud-ui/vue-heading

> heading component

Latest version **0.0.2** (published 2024-06-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install @croud-ui/vue-heading
pnpm add @croud-ui/vue-heading
yarn add @croud-ui/vue-heading
bun add @croud-ui/vue-heading
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2024-06-04 |
| First published | 2021-04-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Mitch Reece |
| Maintainers | mitchreece, brockreece |

## Links

- npm: https://www.npmjs.com/package/@croud-ui/vue-heading
- Repository: https://github.com/CroudTech/croud-design-system
- Homepage: https://github.com/CroudTech/croud-design-system#readme
- Issues: https://github.com/CroudTech/croud-design-system/issues
- npm.io page: https://npm.io/package/@croud-ui/vue-heading

## Recent versions

- 0.0.2 (latest) — 2024-06-04
- 0.0.1 — 2021-04-15

## README

# @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:

```bash
yarn add @croud-ui/vue-heading
```

## Usage

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

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

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

## License

Licensed under the [MIT License](../../../LICENSE)

---
_Source: https://npm.io/package/@croud-ui/vue-heading · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
