Here is Event Calendar component
npx shadcn@latest add https://21st.dev/r/arihantcodes_1f7b8c4d/event-calendar
Loading preview...
import EventCalendar from "@/components/ui/event-calendar"; export default function DemoOne() { return <EventCalendar />; }