Utility
AI
Terminal
Installation
pnpm dlx shadcn@latest add https://termcn.dev/r/timer.json
Usage
import { Timer } from "@/components/ui/timer";<Timer duration={300} format="ms" label="Pomodoro" autoStart />API Reference
Timer
| Prop | Type | Default |
|---|---|---|
duration | number | required |
onComplete | () => void | undefined |
autoStart | boolean | false |
format | "hms" | "ms" | "s" | "hms" |
color | string | undefined |
label | string | undefined |