zcatui/examples
reugenio e7045097e5 Add Popup/Modal and Menu widgets
Popup widget:
- Floating overlay with optional backdrop dimming
- Configurable size and position (or centered)
- Block wrapper support

Modal widget:
- Title, message, and action buttons
- Keyboard navigation (Tab/arrows to switch buttons)
- Helper functions: confirmDialog, alertDialog, yesNoCancelDialog

Menu widgets:
- MenuItem: action, separator, submenu, toggle types
- Menu: Dropdown menu with selection navigation
- MenuBar: Horizontal menu bar with dropdown support
- Shortcut display support
- Enabled/disabled state

Example: menu_demo.zig with interactive menu bar and dialogs

Tests: 11 tests for popup/menu, all pass

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-08 16:52:38 +01:00
..
animation_demo.zig Add animation system with easing functions and timers 2025-12-08 13:40:07 +01:00
clipboard_demo.zig Add clipboard support via OSC 52 escape sequences 2025-12-08 13:43:36 +01:00
dashboard.zig Add 3 new interactive demo examples 2025-12-08 13:22:42 +01:00
events_demo.zig zcatui v1.2 - Sistema de eventos integrado (crossterm-style) 2025-12-08 12:55:54 +01:00
hello.zig Inicio proyecto zcatui - TUI library para Zig 2025-12-08 01:56:44 +01:00
input_demo.zig Add readline-style Input widget with history support 2025-12-08 13:26:56 +01:00
list_demo.zig Add 3 new interactive demo examples 2025-12-08 13:22:42 +01:00
menu_demo.zig Add Popup/Modal and Menu widgets 2025-12-08 16:52:38 +01:00
table_demo.zig Add 3 new interactive demo examples 2025-12-08 13:22:42 +01:00