Utility
AI
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
| Prop | Type | Default |
|---|---|---|
format | "12h" | "24h" | "24h" |
showSeconds | boolean | true |
showDate | boolean | false |
timezone | string | undefined |
color | string | undefined |
size | "sm" | "lg" | "sm" |