Components
A beautiful, animated estimated arrival date card component built with React and TypeScript.
Loading preview...
import EstimatedDateCard from "@/components/ui/estimated-arrival-date";
export default function DemoOne() {
return <EstimatedDateCard />;
}