ratatui/examples
Dheepak Krishnamurthy 130bdf8337
feat: add scrollbar widget (#228)
Represents a scrollbar widget that renders a track, thumb and arrows
either horizontally or vertically. State is kept in ScrollbarState, and
passed as a parameter to the render function.
2023-06-17 19:25:43 +00:00
..
demo style: reformat imports (#219) 2023-06-12 05:07:15 +00:00
barchart.rs style: reformat imports (#219) 2023-06-12 05:07:15 +00:00
block.rs style: reformat imports (#219) 2023-06-12 05:07:15 +00:00
calendar.rs style: reformat imports (#219) 2023-06-12 05:07:15 +00:00
canvas.rs style: reformat imports (#219) 2023-06-12 05:07:15 +00:00
chart.rs style: reformat imports (#219) 2023-06-12 05:07:15 +00:00
custom_widget.rs style: reformat imports (#219) 2023-06-12 05:07:15 +00:00
gauge.rs fix(examples): Correct progress label in gague example (#263) 2023-06-16 09:17:04 +00:00
hello_world.rs style: reformat imports (#219) 2023-06-12 05:07:15 +00:00
inline.rs style: reformat imports (#219) 2023-06-12 05:07:15 +00:00
layout.rs style: reformat imports (#219) 2023-06-12 05:07:15 +00:00
list.rs style: reformat imports (#219) 2023-06-12 05:07:15 +00:00
panic.rs style: reformat imports (#219) 2023-06-12 05:07:15 +00:00
paragraph.rs style: reformat imports (#219) 2023-06-12 05:07:15 +00:00
popup.rs style: reformat imports (#219) 2023-06-12 05:07:15 +00:00
scrollbar.rs feat: add scrollbar widget (#228) 2023-06-17 19:25:43 +00:00
sparkline.rs style: reformat imports (#219) 2023-06-12 05:07:15 +00:00
table.rs style: reformat imports (#219) 2023-06-12 05:07:15 +00:00
tabs.rs style: reformat imports (#219) 2023-06-12 05:07:15 +00:00
user_input.rs style: reformat imports (#219) 2023-06-12 05:07:15 +00:00