JJabKit
Theme preference

CalendarWithLocalisation

1.0.0

Two-month appointment calendar with a language switcher that localizes copy, weekdays, and month titles.

npx jabkit add calendar-with-localisation

Component Data

ID
calendar-with-localisation
Category
atoms
Version
1.0.0
Added
2026-09-06
Type
component
Keyboard nav
Yes
Reduced motion
Yes
calendarlocaledaterangeatom

Dependencies

  • lucide-react
  • clsx
  • tailwind-merge

Examples

Default

<div className="bg-background p-6 text-foreground">
      <CalendarWithLocalisation {...calendarWithLocalisationMocks.default} />
    </div>

Variants

<div className="bg-background p-6 text-foreground">
      <CalendarWithLocalisation {...calendarWithLocalisationMocks.english} />
    </div>