Flip Card
A dynamic flip card with smooth 180-degree flipping animations along both the X and Y axes, providing an engaging and interactive visual effect.
Install using CLI
Install Manually
Copy and paste the following code
FlipCard.vue
Examples
Horizontal Flip
API
Prop Name | Type | Default | Description |
---|---|---|---|
class | string | - | The class to be applied to the component. |
rotate | x | y | y | You can pass the rotate value as you want. |
Slot Name | Description |
---|---|
default | Component to show as front. |
back | Component to show as back. |
Credits
- Credits to SivaReddy Uppathi for this component.