1.0.0 • Published 6 years ago

vue-uno-card v1.0.0

Weekly downloads
5
License
-
Repository
-
Last release
6 years ago

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"/>
AttributeAcceppted values
colorred, yellow, green, blue, none
number0 to 9
typenumber, reverse, block, draw-2, draw-4

Documentation