Calendar

A date field component that allows users to enter and edit date.

SuMoTuWeThFrSa

The component here in docs is not interactive. Please help fix this in GitHub

Code

import { Calendar } from '@/components/ui/Calendar';
<Calendar mode='range' selected={date} onSelect={setDate} />