feat: Updated the Ratatui Tree Widget to allow the tree to story any data type that implements Into<Text>, so that users can also easily fetch data from within the tree based on what's selected for non-text data types.
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
# Ratatui Tree Widget
|
||||
# Managarr Tree Widget
|
||||
|
||||
[Ratatui](https://docs.rs/ratatui) Widget built to show Tree Data structures.
|
||||
|
||||

|
||||
|
||||
Built for the specific use case of [`mqttui`](https://github.com/EdJoPaTo/mqttui).
|
||||
|
||||
## Credit
|
||||
The original project for this widget is the [Ratatui Tree Widget](https://github.com/EdJoPaTo/tui-rs-tree-widget), which was purppose built for the specific use
|
||||
case of [`mqttui`](https://github.com/EdJoPaTo/mqttui).
|
||||
|
||||
Reference in New Issue
Block a user