From bc670d11dc654f76761775c03c9e938c61ee9b7c Mon Sep 17 00:00:00 2001
From: Priec Examples
Each example is a standalone
- Three apps in the box.
+ Rich examples out of the box.
cargo project under examples/ in the repo. Clone, run, read, fork.
@@ -149,21 +149,7 @@
A multi-page app with a focusable list, page navigation, and quit. The minimal end-to-end example — the one to read first to understand the architecture.
Run it
- cargo run --example default
-
- What it shows
@@ -209,22 +195,6 @@
A login form with validated inputs, a submit button, and a canvas-owned keymap. Demonstrates the
canvas feature flag: GUI renderers, suggestions, cursor style, validation, computed fields, textareas, and text inputs.
cargo run --example canvas --features canvas
-
- dialog feature: content and result types, plus a ratatui renderer.
- cargo run --example keybindings --features dialog
-
-
- tui-pages gives you a pre-programmed focus manager, input pipeline, keymaps, and page navigation on top of ratatui. Stop rewriting the same architecture for every project.
+ tui-pages gives you full UX you would ever need. Stop rewriting the same architecture for every project.
Examples
-Each one is a full cargo run away. Read the source, run it, fork it.
Each one is a simple cargo run away. Read the source, run it, copy it.