CalendarA calendar displays one or more date grids and allows users to select a single date.SourceReferenceAPI ReferenceUsage# Demo# import { Calendar } from "pigment-ui"; function CalendarDemo() { return ( <Calendar aria-label="Appointment date" /> ); } Edit this pageButtonCard