Calendar
---import { Calendar } from "@/components/ui/calendar"---
<Calendar />Installation
Section titled “Installation”To install the calendar component, run the following command:
pnpm dlx shadcn@latest add @fulldev-ui/calendarimport { Calendar } from "@/components/ui/calendar"<Calendar />Features
Section titled “Features”- Interactive date selection
- Responsive design
- Responsive layout with touch support
- Keyboard navigation
- Localization support
The calendar component uses the vanilla-calendar-pro library for the calendar functionality. The component is configured with the nl-NL locale by default, which you can customize in the component source code.