Skip to Content
WidgetsMonthly

Monthly

Monthly renders a basic month calendar.

Monthly
Monthly terminal preview
Terminal preview of Monthly

Smallest example

let calendar = Monthly::new() .year(2026) .month(4) .selected_day(7) .build();

Key builder methods

  • .year(...)
  • .month(...)
  • .selected_day(...)
Last updated on