Package icon paired with an order ID, item count, a colored status dot, and an optional ETA.
Turn the props on the right; the snippet under them is what you would write to get what you see.
import { Card9 } from "@/components/beste/component/card9";
<Card9
orderId="BES-20481"
items={3}
status="shipped"
eta="Arrives Fri"
/>The import and the props worth knowing about, in one place.
import { Card9 } from "@/components/beste/piece/card9";
<Card9
orderId="BES-20481"
items={3}
status="shipped"
eta="Arrives Fri"
/>Subscription status card showing plan name, amount, renewal date, a usage bar, and manage or upgrade buttons.
Highlighted plan with a gradient border, Most popular badge on top, and a filled gradient CTA button.
Checkable todo row with priority chip and due caption. Done tasks strike through.