logo

Calendar

A calendar displays one or more date grids and allows users to select a single date.

Usage#

Demo#

import { Calendar } from "pigment-ui";

function CalendarDemo() {
  return (
    <Calendar aria-label="Appointment date" />
  );
}
Edit this page