Module widgets

Source
Expand description

Contains custom implementations of ratatui widgets used by components.

Structs§

CommandWidget
Widget to render a Command
CustomList
A widget that displays a customizable list of items
CustomTextArea
A custom text area widget
DynamicCommandWidget
The widget for a command containing variables
ErrorPopup
Represents a popup for displaying error messages temporarily.
ExistingVariableValue
LiteralVariableValue
NewVariableValue
NewVersionBanner
A banner widget that displays a message about a new version of the application
TagWidget
A widget for displaying a tag

Enums§

HighlightSymbolMode
Defines how a highlight symbol is rendered next to a list item
VariableSuggestionRow
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