Utility
Terminal
█
timer-demo █
Loading preview... █
█
█
█
█
█
█
█
█
█
█
█
█
█
█
█Installation
$ pnpm dlx shadcn@latest add @termcn/opentui/timer
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 | - |
autoStart | boolean | false |
format | "hms" | "ms" | "s" | "hms" |
color | string | - |
label | string | - |