Components
An interactive Estşmated Arrival Date React component displaying an estimated delivery date with expandable details and animations.
Loading preview...
import EstimatedDateBadge from "@/components/ui/estimated-arrival";
export default function DemoOne() {
return <EstimatedDateBadge />;
}