CalendarWithLocalisation
1.0.0Two-month appointment calendar with a language switcher that localizes copy, weekdays, and month titles.
npx jabkit add calendar-with-localisationComponent 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>