JJabKit
Theme preference

FullscreenCalendar

1.0.0

Fullscreen month calendar with day cells, event lists, and today / month navigation.

npx jabkit add fullscreen-calendar

Component Data

ID
fullscreen-calendar
Category
dashboard
Version
1.0.0
Added
2026-09-06
Type
block
Keyboard nav
Yes
Reduced motion
Yes
dashboardcalendarscheduleeventsmonth

Dependencies

  • lucide-react
  • clsx
  • tailwind-merge

Examples

Default

<div className="bg-background text-foreground">
      <FullscreenCalendar {...fullscreenCalendarMocks.default} />
    </div>

Variants

<div className="bg-background text-foreground">
      <FullscreenCalendar {...fullscreenCalendarMocks.alternate} />
    </div>