Components
Loading preview...
An interactive Estşmated Arrival Date React component displaying an estimated delivery date with expandable details and animations.
@hedevelope
npx shadcn@latest add https://21st.dev/r/hedevelope/estimated-arrivalimport EstimatedDateBadge from "@/components/ui/estimated-arrival";
export default function DemoOne() {
return <EstimatedDateBadge />;
}