# @croud-ui/vue-card

> card component

Latest version **0.0.3** (published 2021-04-14) · MIT license · 0 weekly downloads

## Install

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

## 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.3 |
| Published | 2021-04-14 |
| First published | 2021-04-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 3.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Mitch Reece |
| Maintainers | brockreece, mitchreece |

## Links

- npm: https://www.npmjs.com/package/@croud-ui/vue-card
- 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-card

## Dependencies (1)

- [@croud-ui/vue-sheet](https://npm.io/package/@croud-ui/vue-sheet.md) ^0.0.3

## Recent versions

- 0.0.3 (latest) — 2021-04-14
- 0.0.2 — 2021-04-14
- 0.0.1 — 2021-04-13

## README

# @croud-ui/vue-card

The card component is used to display data in an elevated state.

## Install

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

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

## Usage

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

```javascript
import Card from "@croud-ui/vue-card";

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

## License

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

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