Docs
Sticker Peel Card
A tactile, fun component that mimics the physical action of peeling off a sticker. Uses drag physics for a realistic feel.
Component Blueprint
Majestic Real-Time Rendering
Installation
$ npx @cosmoo/oblivion add sticker-peel-cardPackages
npm install framer-motionUsage Detail
tsx
import { StickerPeelCard } from "@/components/oblivion/sticker-peel-card"
export default function StickerPeelCardDemo() {
return <StickerPeelCard />
}import { StickerPeelCard } from "@/components/oblivion/sticker-peel-card"
export default function StickerPeelCardDemo() {
return <StickerPeelCard />
}