# @croud-ui/vue-avatar

> avatar component

Latest version **1.1.2** (published 2021-04-07) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.2 |
| Published | 2021-04-07 |
| First published | 2021-03-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 5.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Mitch Reece |
| Maintainers | brockreece, mitchreece |

## Links

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

## Dependencies (1)

- [@croud-ui/tokens](https://npm.io/package/@croud-ui/tokens.md) ^0.1.0

## Recent versions

- 1.1.2 (latest) — 2021-04-07
- 1.1.1 — 2021-04-07
- 1.1.0 — 2021-04-07
- 1.0.0 — 2021-03-30
- 0.0.1 — 2021-03-17

## README

# @croud-ui/vue-avatar

The avatar component is used to visually represent entities on our platform.

## Install

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

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

## Usage

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

```javascript
import Avatar from "@croud-ui/vue-avatar";

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

You should then be able to render this component.

## License

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

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