An animated discover button with smooth hover and spring effects.
"use client"; import DiscoverButton from "@/components/ui/discover-button"; export default function Demo() { return ( <div className="flex items-center justify-center w-full min-h-screen bg-background p-8"> <DiscoverButton /> </div> ); }
Part of Layouts — browse the full library on 21st.dev.