Calendar-native
Gregorian, Jalali, Hijri, and Buddhist adapters share one predictable API.
Accessible date primitives for React products that need more than a single locale, a single calendar, or a fragile popup.
Designed for product teams
Calix keeps calendar logic, locale behavior, and accessible interactions in one tested layer—without forcing a design system on your app.
Gregorian, Jalali, Hijri, and Buddhist adapters share one predictable API.
Start with a ready-made picker or compose the headless primitives into your system.
Keyboard navigation, focus restoration, ARIA grid semantics, and reduced motion are built in.
Single, range, multiple, holiday, business-day, and date-time selection in one layer.
Start in one command
Use the styled components or compose the headless primitives into your existing design system.
npm install @alydev/datepicker @alydev/adapter-gregorianimport { DatePicker } from "@alydev/datepicker";
import { gregorian } from "@alydev/adapter-gregorian";
<DatePicker adapter={gregorian} locale="en-US" />;Open source, ready to ship