The Multi Day Time Cell component is part of the Table component library, providing a flexible way to display time-based events across multiple days.
Typically used to open a drawer or modal for schedule management
<MultiDayTimeCell
entries={[
{
"day": "Monday",
"startTime": "9:00AM",
"endTime": "10:00AM"
}
]}
drawerUrl="/schedule/123"
/>