diff --git a/examples.html b/examples.html index 8370fa4..63762e5 100644 --- a/examples.html +++ b/examples.html @@ -114,7 +114,7 @@
Examples
Each example is a standalone 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.
cargo run --example default
-
- 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.