Calendar
A calendar component that allows users to select a date or a range of dates.
Installation
pnpm dlx shadcn@latest add calendarUsage
"use client";
import * as React from "react";
import { Calendar } from "@/components/ui/calendar";A calendar component that allows users to select a date or a range of dates.