stylexcn

Calendar

A monthly date grid. Pick a day or a range. Month is pinned so the preview does not drift.

Preview

June 2024
June 2024

Installation

pnpm dlx shadcn@latest add https://stylexcn.vercel.app/r/calendar.json
pnpm dlx shadcn@latest add @stylexcn/calendar

Usage

<Calendar
  mode="single"
  selected={date}
  onSelect={setDate}
  month={new Date(2024, 5, 1)}
  today={new Date(2024, 5, 15)}
/>