zcatui/examples
reugenio 79c0bb1a58 feat: Add form widgets, status bar, toast system, and documentation
Form widgets:
- Checkbox and CheckboxGroup for boolean inputs
- RadioGroup for single-selection options
- Select dropdown with keyboard navigation
- Slider and RangeSlider for numeric inputs
- TextArea for multi-line text input

UI utilities:
- StatusBar for bottom-of-screen information
- Toast and ToastManager for notifications

Examples:
- form_demo.zig: Interactive form widgets showcase
- panel_demo.zig: Docking panel system demo

Documentation:
- Complete README.md with Quick Start, widget examples, and API reference

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-08 18:02:06 +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
form_demo.zig feat: Add form widgets, status bar, toast system, and documentation 2025-12-08 18:02:06 +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
panel_demo.zig feat: Add form widgets, status bar, toast system, and documentation 2025-12-08 18:02:06 +01:00
table_demo.zig Add 3 new interactive demo examples 2025-12-08 13:22:42 +01:00