mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-27 04:50:46 +00:00

Related to #1512 As discussed, this moves the calendar example from ratatui to app examples as an "explorer" example. It also adds interactivity where you can press s to toggle between different styles of calendars. --------- Co-authored-by: Josh McKinney <joshka@users.noreply.github.com>
Calendar explorer demo
This example shows how to render a calendar with different styles.
To run this demo:
cargo run -p calendar-explorer