A playful 3D-style button with push-down animation effect.
import { PopButton } from "@/components/ui/pop-button" export default function Demo() { return ( <div className="flex items-center justify-center min-h-[400px] gap-4 p-8"> <PopButton>Subscribe</PopButton> </div> ) }
Part of Spell — browse the full library on 21st.dev.