src/content/docs/showcase/third-party-widgets.mdx
import LinkBadge from "/src/components/LinkBadge.astro";
To add your widgets to this list, please read the Third Party Widgets README
ratatui-image is an image widget with multiple graphics
protocol backends (sixel, iTerm2, kitty, etc).
ratatui-textarea is a simple yet powerful text editor
widget like <textarea> in HTML for ratatui and tui-rs. Multi-line text editor can be easily put as
part of your TUI application.
throbber-widgets-tui is a widget that displays
throbber. Also-known-as an activity indicator, progress bar, loading icon, spinner,
or ぐるぐる (guru guru).
tui-big-text is a rust crate that renders large pixel
text as a widget using the glyphs from the font8x8 crate.
tui-checkbox is a customizable checkbox widget with
support for custom styling, symbols (unicode, emoji, ASCII), and optional block wrappers.
tui-logger is widget for capturing and displaying logs.
tui-menu is a menu widget that renders nestable menus.
tui-nodes is a Node graph visualization widget.
tui-piechart is a versatile piechart widget that comes in
both a standard and high resolution with a large set of predefined symbols and the ability to add
custom ones.
tui-scrollview is a widget for creating scrollable
views.
tui-term is a pseudoterminal widget.
tui-tree-widget is a widget built to show Tree Data
structures.
tui-widget-list is stateful widget list implementation
List for Ratatui that allows to work with any list of widgets that implement to the Listable
trait.