Files
TUIkit/Sources/TUIkitExample
phranck 816f1958e1 Refactor: List and Table use ContainerView with proper body
- 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.
2026-02-07 19:29:57 +01:00
..
2026-02-06 00:21:51 +01:00
2026-02-06 00:21:51 +01:00