Skip to content

Commit fb72c98

Browse files
ryanoneillclaude
andcommitted
Add beautiful dashboard example with Catppuccin Mocha theme
Visually stunning system monitor dashboard demonstrating modern TUI aesthetics: rounded borders, padding, Unicode indicators, sparkline charts, metrics cards, and strong focus contrast using the Catppuccin Mocha palette. Components used: Menu, Chart, MetricsDashboard, ProgressBar, KeyHints, Toast, and FocusManager for multi-panel navigation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2d52928 commit fb72c98

File tree

2 files changed

+600
-0
lines changed

2 files changed

+600
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ tokio-test = "0.4"
6767
name = "themed_app"
6868
required-features = ["input-components", "data-components", "display-components"]
6969

70+
[[example]]
71+
name = "beautiful_dashboard"
72+
required-features = ["full"]
73+
7074
[[example]]
7175
name = "component_showcase"
7276
required-features = ["full"]

0 commit comments

Comments
 (0)