mirror of
https://github.com/phranck/TUIkit.git
synced 2026-05-21 09:50:35 +00:00
816f1958e1
- List: Real View with body returning ContainerView - Optional title displayed in container border - Horizontal padding (1 char) for items - Items rendered inside bordered container - Table: Real View with body returning ContainerView - Column headers inside container with separator - Data rows with proper padding - Scroll indicators inside container - Updated example pages to use new title parameters - Fixed tests for new container structure This follows the SwiftUI pattern: public View with body, internal _Core struct handles Renderable logic.