# vue-uno-card

> A Vue.js UNO card

Latest version **1.0.0** (published 2018-05-20) · 0 weekly downloads

## Install

```sh
npm install vue-uno-card
pnpm add vue-uno-card
yarn add vue-uno-card
bun add vue-uno-card
```

## 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.0.0 |
| Published | 2018-05-20 |
| First published | 2018-05-20 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 4.0.0 |
| Dependencies | 0 |
| Unpacked size | 1.7 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Filipe Meneses |
| Maintainers | filipemeneses |

## Links

- npm: https://www.npmjs.com/package/vue-uno-card
- npm.io page: https://npm.io/package/vue-uno-card

## Recent versions

- 1.0.0 (latest) — 2018-05-20

## README

# vue-uno-card

> Vue.js UNO card.

## Install

Install the package.

```bash
$ npm install vue-uno-card
```

Import the component

```js
import Vue from 'vue'
import VueUnoCard from 'vue-uno-card'
```

Then register the component in your javascript:

```js
Vue.component('uno-card', VueUnoCard)
```

You may now use the component in your markup

```html
<uno-card color="red" :number="1" type="number"/>
```

Attribute | Acceppted values
----------|---------------------------------------
color     | red, yellow, green, blue, none
number    | 0 to 9
type      | number, reverse, block, draw-2, draw-4

## Documentation

- [Interactive example](http://blog.filipemeneses.com.br/vue-uno-card/)

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