Sticker Peel Button

NewPremium

Button lifts off the page like a sticker being peeled. 3D perspective with shadow underneath and corner curl.

buttons3dpeelstickerperspectivehover

Installation

Terminalbash
npx motioncraft add sticker-peel-button

Usage

sticker-peel-button.tsxtsx
import { StickerPeelButton } from "@/components/buttons/premium-buttons";

<StickerPeelButton>
  Peel Me
</StickerPeelButton>

Props

PropTypeDefaultDescription
children*ReactNodeButton content
classNamestringAdditional CSS classes
onClick() => voidClick handler

Related Components