Crate tui_widgets

source ·
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 the big_text widget
  • popup (enabled by default) — Enables the popup widget
  • prompts (enabled by default) — Enables the prompts widget
  • scrollview (enabled by default) — Enables the scrollview widget

Modules§