1.0.0 • Published 8 years ago
vue-uno-card
Licence
—
Version
1.0.0
Deps
0
Size
1.7 MB
Vulns
0
Weekly
0
vue-uno-card
Vue.js UNO card.
Install
Install the package.
$ npm install vue-uno-card
Import the component
import Vue from 'vue'
import VueUnoCard from 'vue-uno-card'
Then register the component in your javascript:
Vue.component('uno-card', VueUnoCard)
You may now use the component in your markup
<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 |