Expand description
Panel widget for rendering bordered containers.
Re-exports Panel and PanelStyleProvider from vtcode_design::panel.
Provides a convenience constructor that uses terminal-aware border types.
Structs§
- Panel
- A consistent panel wrapper that applies standardized chrome (borders, titles).
Traits§
- Panel
Style Provider - Trait for providing panel styles. Decouples
Panelfrom any specific session or theme type. - Panel
Styles - Extended style methods for panels and visual hierarchy.
Functions§
- new_
panel - Create a new
Panelwith terminal-aware border type as default.