Vue-peel: Peeling animation Effect for Vue.js
Briefly

Vue peel is a Vue library to create realistic peeling effects .Documentation
Checkout the documentation here.Getting Started
Installation
npm install vue-peel
Usage
<template> <Peel drag :peel-position="{ x: 150, y: 150 }" > <template #top> <div class="layer">Top</div> </template> <template #back> <div class="layer">Back</div> </template> <template #bottom> <div class="layer">Bottom</div> </template> </Peel> </template> <script setup> import Peel from 'vue-peel' import 'vue-peel/style.css'
Read at Vue.js Feed
[
add
]
[
|
|
]