Files
ratatui/ratatui-widgets/examples
Orhun Parmaksız 200b217722 docs(examples): add VHS tapes and docs for widget examples (#2114)
fixes #1982

Later on I'll figure out an easy way to regenerate this in the CI and
possibly do the same for the app examples' VHS tapes. That's why I
haven't added a script or mentioned anything in the docs yet (hint:
#1721)

---------

Co-authored-by: Jagoda Estera Ślązak <128227338+j-g00da@users.noreply.github.com>
2025-09-30 22:22:30 +03:00
..

Widget Examples

This folder contains minimal examples for Ratatui widgets. There are meant to provide code snippets that can be copy-pasted into your application.

Tip

There are also application examples in the top-level examples folder.

You can run these examples using:

cargo run -p ratatui-widgets --example example-name

Note

This folder might use unreleased code. Consider viewing the examples in the latest branch instead of the main branch for code which is guaranteed to work with the released Ratatui version.

Barchart (grouped)

Barchart (grouped)

Barchart

Barchart

Block

Block

Calendar

Calendar

Canvas

Canvas

Chart

Chart

Collapsed Borders

Collapsed Borders

Gauge

Gauge

Line Gauge

Line Gauge

List

List

Logo

Paragraph

Paragraph

Scrollbar

Scrollbar

Sparkline

Sparkline

Table

Table

Tabs

Tabs