mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-22 12:43:16 +00:00
docs: improve scrollbar doc comment (#329)
This commit is contained in:
parent
df90982632
commit
c3f87f245a
1 changed files with 1 additions and 2 deletions
|
@ -155,9 +155,8 @@ pub enum ScrollbarOrientation {
|
|||
HorizontalTop,
|
||||
}
|
||||
|
||||
/// Scrollbar widget for tui-rs library.
|
||||
/// A widget to display a scrollbar
|
||||
///
|
||||
/// This widget can be used to display a scrollbar in a terminal user interface.
|
||||
/// The following components of the scrollbar are customizable in symbol and style.
|
||||
///
|
||||
/// ```text
|
||||
|
|
Loading…
Reference in a new issue