A reusable flip button component that dynamically switches between two customizable texts with a smooth rotation animation.
import { FlipButton } from "@/components/ui/flip-button" export function FlipButtonDemo() { return <FlipButton text1="Cancel" text2="Submit" />; }
Part of lndev-ui — browse the full library on 21st.dev.