1Sponsor

Clock

Real-time clock display with 12h/24h and date

Terminal

Installation

pnpm dlx shadcn@latest add https://termcn.dev/r/clock.json

Usage

import { Clock } from "@/components/ui/clock";
<Clock format="12h" showSeconds showDate timezone="America/New_York" />

API Reference

Clock

PropTypeDefault
format"12h" | "24h""24h"
showSecondsbooleantrue
showDatebooleanfalse
timezonestringundefined
colorstringundefined
size"sm" | "lg""sm"