Escrow-style closing timeline with done, current, and upcoming markers linked by a colored rail.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Realestate10 } from "@/components/beste/piece/realestate10";
<Realestate10
title="Closing timeline"
steps={[
{
"label": "Offer accepted",
"date": "Apr 20",
"status": "done"
},
{
"label": "Inspection",
"date": "Apr 29",
"status": "current"
},
{
"label": "Appraisal",
"date": "May 6",
"status": "upcoming"
},
{
"label": "Closing",
"date": "May 22",
"status": "upcoming"
}
]}
tone="primary"
/>