Crate tui_widgets

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 each also available as standalone crates:

§features

  • default — By default, all the widgets are enabled.
  • bar-graph (enabled by default) — Enables the bar_graph widget
  • big-text (enabled by default) — Enables the big_text widget
  • box-text (enabled by default) — Enables the box_text widget
  • cards (enabled by default) — Enables the cards widget
  • popup (enabled by default) — Enables the popup widget
  • prompts (enabled by default) — Enables the prompts widget
  • qrcode (enabled by default) — Enables the qrcode widget
  • scrollview (enabled by default) — Enables the scrollview widget

Modules§

bar_graph
A Ratatui widget for displaying pretty bar graphs
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.
box_text
cards
A simple library to render playing cards in a terminal using tui-rs.
popup
A popup widget for Ratatui
prompts
qrcode
TUI QR Code is a library for rendering QR codes in a terminal using the Ratatui crate.
scrollview
Tui-scrollview