Re-exports§
pub use layout::Size;pub use select_option::SelectOption;
Modules§
- box_
chrome - Shared box-drawing primitives for bordered UI components (text entry, selector).
- components
- decode
- input_
buffer - layout
- prompt
- select_
option - style
Structs§
- Layout
Panel - Compositor-controlled positioning for a component.
- Layout
Stack - A vertical layout stack that tracks the current row and produces panels for each component drawn.
- Render
Context - Terminal dimensions and timing context shared across all components.
- Renderer
- Bundles writer, RNG, per-frame context, and current panel for rendering.
- Wizard
Prompt Refs - References to wizard prompt widgets for
render_prompt_layer.
Enums§
- Align
- Horizontal alignment strategy for a component within the terminal.
Traits§
- Component
- A self-rendering UI element.