Calendar
A date picker calendar component.
Preview
Installation
Install the package using your preferred package manager:
npx shadcn@latest add @airy/calendarUsage
Import the component from the package:
import { Calendar } from "@/registry/ui/calendar"Then use it in your application:
<Calendar />