ratatui/examples/apps/calendar-explorer
Orhun Parmaksız a6a1368250
chore(examples): add calendar explorer demo app (#1571)
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>
2024-12-16 11:41:41 -08:00
..

Calendar explorer demo

This example shows how to render a calendar with different styles.

To run this demo:

cargo run -p calendar-explorer