Back to Ratatui

Widget Examples

ratatui-widgets/examples/README.md

0.29.02.8 KB
Original Source

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:

shell
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

Block

Calendar

Canvas

Chart

Collapsed Borders

Gauge

Line Gauge

List

Paragraph

Scrollbar

Sparkline

Table

Tabs