Calendar

The calendar component allows users to select a single date or a range of dates from a visual calendar interface. It provides a consistent way to enable date selection within applications, supporting both single-date and range selection patterns.

WCAG Score - 2.2 AA Compliant


Provided by the component

Calendar component is focusable and navigable via keyboard.

Keyboard behavior

  • Day can be navigated with Arrows and selected with Enter or Space
  • If user reaches last/first day of the month. Month will be switched after pressing left or right arrow key.

Implementation considerations

Developers must do the following in the implementation to be considered fully accessible: