Expand description
Ratatui-specific component trait and registry.
Each A2UI component type (Text, Button, etc.) implements TuiComponent
so the renderer can delegate rendering to the appropriate handler.
Traits§
- TuiComponent
- Trait for ratatui component implementations.
Functions§
- build_
registry - Build a
ComponentRegistryfrom a list of component implementations.
Type Aliases§
- Component
Registry - Registry that maps component type names to their
TuiComponentimplementations.