Expand description
Contains custom implementations of ratatui
widgets used by components.
Structs§
- Command
Widget - Widget to render a
Command
- Custom
List - A widget that displays a customizable list of items
- Custom
Text Area - A custom text area widget
- Dynamic
Command Widget - The widget for a command containing variables
- Error
Popup - Represents a popup for displaying error messages temporarily.
- Existing
Variable Value - Literal
Variable Value - NewVariable
Value - NewVersion
Banner - A banner widget that displays a message about a new version of the application
- TagWidget
- A widget for displaying a tag
Enums§
- Highlight
Symbol Mode - Defines how a highlight symbol is rendered next to a list item
- Variable
Suggestion Row - Represents a single row in a list of suggestions for a given variable’s value
Traits§
- AsWidget
- A trait for types that can be converted into a Ratatui widget for display