A clickable button featuring a smooth flipping animation triggered on hover.
import { FlipButton } from "@/components/ui/flip-button" export const FlipButtonDemo = () => { return <FlipButton frontText="Front Text" backText="Back Text" />; };
Part of Animate UI — browse the full library on 21st.dev.