Components
Loading preview...
This NeonClock component is a modern, animated digital clock built with React and Framer Motion. It features glowing neon digits with smooth 3D flip transitions, giving it a futuristic cyberpunk feel. The clock updates in real time, displaying hours, minutes, and seconds inside a sleek dark panel with soft shadows and vibrant green highlights. Its compact, all-in-one design makes it easy to drop into any project while adding a visually striking, animated centerpiece.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/flip-clockimport FlipClock from "@/components/ui/flip-clock";
export default function DemoOne() {
return <FlipClock />;
}