@dafcoe/vue-swappable-card
Easy to use, customisable swappable card library built using Vue3.
Installation
Install the package as a project dependency using yarn
or npm
:
$ yarn add @dafcoe/vue-swappable-card
--- or ---
$ npm install --save @dafcoe/vue-swappable-card
Usage
Import VueSwappableCard
component, either globally (on your main.js / main.ts file) or locally (on your component):
Import default styles (optional - you can define your own styling):
Use it in the template as follows:
Options
Direction
By default, the swap direction is from bottom to top. You can use "from-top", "from-bottom", "from-left" or "from-right" on direction
prop:
Event
By default, the card swaps when overing it. You can use "over" or "click" on event
prop:
Swapped
By default, the primary content / front face is shown as main content/face. You can change this using swapped
prop: