Module widgets

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
LoadingSpinner
A widget to display a centered loading spinner and message as an overlay
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

Constants§

SPINNER_CHARS
The characters for the spinner animation

Traits§

AsWidget
A trait for types that can be converted into a Ratatui widget for display