Countdown

Minimal HH:MM:SS countdown that ticks every second toward a target date, defaulting to three hours out.

Launches in
03:00:00

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Indicator7 } from "@/components/beste/piece/indicator7";

<Indicator7
  label="Launches in"
/>