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