Expand description
Contains custom implementations of ratatui
widgets used by components.
Modules§
Structs§
- Command
Template Widget - The widget for a command containing variables
- 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
- Error
Popup - Represents a popup for displaying error messages temporarily.
- Loading
Spinner - A widget to display a centered loading spinner and message as an overlay
- NewVersion
Banner - A banner widget that displays a message about a new version of the application
- Variable
Completion Widget - Widget to render a
VariableCompletion
Enums§
- Highlight
Symbol Mode - Defines how a highlight symbol is rendered next to a list item
- Import
Export Item Widget - A widget for
ImportExportItem
, holding both variants
Constants§
- SPINNER_
CHARS - The characters for the spinner animation
Traits§
- Custom
List Item - A trait for types that can be rendered inside a
CustomList