Clock watch time with current location
npx shadcn@latest add https://21st.dev/r/designali-in/clock
Loading preview...
import { Clock } from "@/components/ui/clock"; export default function DemoOne() { return <Clock />; }