Components
Loading preview...
A clickable button featuring a smooth flipping animation triggered on hover.
@animate-ui
npx shadcn@latest add https://21st.dev/r/skyleen77/flip-buttonimport { FlipButton } from "@/components/ui/flip-button"
export const FlipButtonDemo = () => {
return <FlipButton frontText="Front Text" backText="Back Text" />;
};