-
Notifications
You must be signed in to change notification settings - Fork 614
Open
Labels
Description
Is your feature request related to a problem? Please describe.
No, this feature request is not related to a problem, it is intended to propose the implementation of some widgets available in similar libraries (e.g. Ratatui).
Describe the solution you'd like
Ratatui is a Rust based library to implement TUI (https://ratatui.rs/) and it supports several interesting widgets currently not available in Spectre.Console, such us Lists, Tabs, etc.
I would suggest to visit their Widgets page https://ratatui.rs/examples/widgets/ , as having Lists, Tabs and Scrollbars (among the others) in Spectre.Console would be very helpful.
Thank you