Skip to main content

Module component_impl

Module component_impl 

Source
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 ComponentRegistry from a list of component implementations.

Type Aliases§

ComponentRegistry
Registry that maps component type names to their TuiComponent implementations.