A flip clock UI that displays real-time or a countdown to a target date with smooth 3D flip digit animations, size and color variants.
import FlipClock from "@/components/ui/flip-clock"; export default function FlipClockDemo() { return ( <div className="flex min-h-[300px] w-full items-center justify-center p-8"> <FlipClock size="lg" /> </div> ); }