Calendar

Calendar

A date field component that allows users to enter and edit date. Supports single date selection with full keyboard navigation.

Default

A basic calendar for date selection.

March 2026
SuMoTuWeThFrSa

Selected: None

Dropdown Mode

Use dropdown selects for quick month and year navigation.

SuMoTuWeThFrSa

Selected: None

With Date Constraints

Limit selection to a specific date range.

March 2026
SuMoTuWeThFrSa

Selected: None
Range: Today to 3 months from now

Disable Weekends

Use a custom function to disable specific dates.

March 2026
SuMoTuWeThFrSa

Selected: None
Weekends are disabled

With Initial Month

Start with a specific month displayed.

December 2025
SuMoTuWeThFrSa

Selected: None
Starts at December 2025

Side by Side

Multiple calendars for comparison or date range selection.

March 2026
SuMoTuWeThFrSa
March 2026
SuMoTuWeThFrSa

From: None — To: None

Features

  • Single date selection with @bind-SelectedDate
  • MinDate and MaxDate constraints
  • Custom date disabling via IsDateDisabled function
  • Month navigation with previous/next buttons
  • Dropdown mode for quick month/year selection
  • Culture-aware formatting and first day of week
  • ARIA grid roles for accessibility
  • Full keyboard navigation support

Keyboard Navigation

←/→ Previous/Next day
↑/↓ Previous/Next week
Home/End First/Last day of month
PageUp/PageDown Previous/Next month
Shift+PageUp/PageDown Previous/Next year
Enter/Space Select date

API Reference

Component parameters and their types.

Prop Type Default Description
SelectedDate DateOnly? The currently selected date.
MinDate DateOnly? The minimum selectable date.
MaxDate DateOnly? The maximum selectable date.
InitialMonth DateOnly? The month displayed when the calendar first renders.
IsDateDisabled Func<DateOnly, bool>? A function that returns true for dates that should be disabled.
CaptionLayout CalendarCaptionLayout Buttons Controls month/year navigation style. Options: Buttons, Dropdown.
Class string? Additional CSS classes appended to the root element.

Reconnecting...

Attempting to rejoin the server

Connection Lost

Retrying in seconds

Connection Failed

Failed to rejoin the server.
Please retry or reload the page.

Session Paused

The session has been paused by the server

Resume Failed

Failed to resume the session.
Please reload the page.