Delay Step

Pause-step card with a dashed border, a tone-tinted timer tile, the wait duration, and a subtle continuation note.

Wait 15 minutesThen continue to the next step

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

Import & use
import { Automation13 } from "@/components/beste/piece/automation13";

<Automation13
  duration="Wait 15 minutes"
  note="Then continue to the next step"
  tone="amber"
/>