Cron-based schedule card with a sky repeat tile, human-readable cadence, monospace cron expression, next run countdown, and timezone.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Automation3 } from "@/components/beste/piece/automation3";
<Automation3
schedule="Every Monday at 9:00 AM"
cron="0 9 * * 1"
nextRun="in 2 days, 14h"
nextRunPrefix="Next run"
timezone="Europe/Istanbul"
/>