Expand description
A collection of useful widgets for building terminal user interfaces using Ratatui.
This is a crate that combines multiple previously standalone crates into one in order simplify maintenance and to make it easier to use the widgets together.
Includes the following widgets, which are also available as standalone crates:
§features
default
— By default, all the widgets are enabled.big-text
(enabled by default) — Enables thebig_text
widgetpopup
(enabled by default) — Enables thepopup
widgetprompts
(enabled by default) — Enables theprompts
widgetscrollview
(enabled by default) — Enables thescrollview
widgetcards
— Enables the [cards
] widget
Modules§
- big_
text - tui-big-text is a rust crate that renders large pixel text as a Ratatui widget using the glyphs from the font8x8 crate.
- popup
- A popup widget for Ratatui
- prompts
- scrollview
- Tui-scrollview