Components
A reusable flip button component that dynamically switches between two customizable texts with a smooth rotation animation.
Loading preview...
import { FlipButton } from "@/components/ui/flip-button"
export function FlipButtonDemo() {
return <FlipButton text1="Cancel" text2="Submit" />;
}