Calendar
A date picker calendar component for selecting dates.
Installation
dotnet add package Lumeo
One-time app setup (AddLumeo(), CSS & JS) is covered in the
installation guide.
Usage
@using Lumeo <Calendar />
When to Use
- Displaying a visual calendar for date selection and browsing
- Event scheduling interfaces where users pick start and end dates
- Date range visualization such as booking check-in and check-out
A day cell is --lumeo-calendar-cell-size (32px) and the frame padding --lumeo-calendar-p (12px); set both on a wrapper for a denser picker, the week grid follows.
Selectable range: Aug 28 — Oct 4, 2026
Hover any day for the tooltip; the badge dot indicates booking status — green = available, amber = partial, red = sold out, grey = closed.
Selected 0 day(s).
Pick a start date
h-11 w-11 sm:h-7 sm:w-7). Set SwipeEnabled="false" to opt out.
API Reference
Calendar
DateTooltip and DateBadge shipped in rc.20.
Related Components
- DatePicker — For selecting dates via an input field with a calendar dropdown