1.0.7 • Published 1 year ago

vue-3dcss-card v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Vue 3D CSS Game Card SFC

The fastest way to start building the dream game!

See demo

Getting started

To start working with card component you would need to install the package

$ npm install -D vue-3dcss-card

In your component / application insert the import and link MCard in your SFC locally

import MCard from "vue-3dcss-card";
...
components: { MCard },
...

Or register component globally (e.g. in App.vue)

import MCard from "vue-3dcss-card";
app.component('MCard', MCard)
1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago