1.1.0 • Published 2 years ago

vue-wobbly-card v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

vue-wobbly-card

Inspired by baby_wolf_codes

GitHub - Repository


This card creates a simple but very beautiful effect. The card begins to lift off the screen in the opposite direction to the mouse pointer.

In other words, at the point where the mouse pointer is, the card is pushed back a little, while the opposite corner is lifted a little.

Installation

NPM

npm i vue-wobbly-card

Usage

<template>
   <vwc> Hello, World </vwc>
</template>

<script>
import vwc from "vue-wobbly-card";

export default {
 name: "Example",
 components: {
   vwc,
 },
};
</script>

Events

You should perform all events inside the vue-wobbly-card element.

Version History

1.1.0

Propper Import

1.0.1

Test

1.0.0

Publish v1

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago