mirror of
https://github.com/phranck/TUIkit.git
synced 2026-06-20 09:54:37 +00:00
- List<SelectionValue, Content> generic component with optional selection binding - ListHandler (Focusable) manages focus, scroll offset, and keyboard navigation - Keyboard: arrow keys, Page Up/Down, Home/End, Enter/Space for selection - Auto-scroll: focused row always visible in viewport - .tag() modifier for selection value association - 30+ tests covering navigation, selection, scrolling, rendering - ListPage example with static and dynamic content - 617 total tests passing