mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-30 06:21:31 +00:00
10 lines
138 B
Markdown
10 lines
138 B
Markdown
# Scrollbar demo
|
|
|
|
This example shows how to render different types of scrollbars.
|
|
|
|
To run this demo:
|
|
|
|
```shell
|
|
cargo run -p scrollbar
|
|
```
|