Crates.io | rat-scrolled |
lib.rs | rat-scrolled |
version | 0.27.0 |
source | src |
created_at | 2024-05-18 15:32:05.407605 |
updated_at | 2024-11-01 19:51:45.329333 |
description | ratatui scroll widget and traits |
homepage | |
repository | https://github.com/thscharler/rat-scrolled |
max_upload_size | |
id | 1244356 |
size | 155,763 |
This crate is a part of rat-salsa.
For examples see rat-scrolled GitHub
Scroll adds support for widgets that want to scroll their content.
Scroll works analogous to Block, it can be set on the widget struct where it is supported. The widget can decide which scrolling it can do, horizontal vertical or both.