A day view listing time-stamped agenda rows, each with a colored marker and a truncating title.
Today
Tue, 12 MayNew here? Read the installation guide.
import { Calendar31 } from "@/components/beste/piece/calendar31";
<Calendar31
title="Today"
dateLabel="Tue, 12 May"
items={[
{
"time": "09:00",
"title": "New member intake",
"tone": "primary"
},
{
"time": "11:30",
"title": "Care plan review",
"tone": "emerald"
},
{
"time": "14:00",
"title": "Billing sync",
"tone": "amber"
},
{
"time": "16:15",
"title": "Follow-up call",
"tone": "rose"
}
]}
/>Today's schedule card with left-ruled event rows colored by accent and a leading start-time column.
Compact upcoming-events list with warm gradient day-card tiles on the left and truncated titles.
Weekly recurrence card with a repeat icon, time window, highlighted day-of-week pills, and an end date.