mirror of
https://github.com/ratatui/ratatui.git
synced 2026-03-30 19:59:03 +00:00
Divide the render function into two functions for vertical and horizontal scroll. Signed-off-by: Mariano Marciello <marciello.mariano@gmail.com> Co-authored-by: Orhun Parmaksız <orhun@archlinux.org>
Scrollbar demo
This example shows how to render different types of scrollbars.
To run this demo:
cargo run -p scrollbar