Shipping Update

Delivery progress card with a four-step tracker, carrier line, and ETA string.

Out for deliveryArrives today before 18:00
DHL Express1Z999AA10123456784

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

Import & use
import { Notification13 } from "@/components/beste/piece/notification13";

<Notification13
  status="out-for-delivery"
  carrier="DHL Express"
  tracking="1Z999AA10123456784"
  eta="Arrives today before 18:00"
/>