Files
managarr-tree-widget/README.md

18 lines
535 B
Markdown

# Managarr Tree Widget
[Ratatui](https://docs.rs/ratatui) Widget built to show Tree Data structures.
![Screenshot](media/screenshot.png)
## Installation
Add this widget to your project using the following command:
```shell
cargo add --git 'https://github.com/Dark-Alex-17/managarr-tree-widget.git'
```
## Credit
The original project for this widget is the [Ratatui Tree Widget](https://github.com/EdJoPaTo/tui-rs-tree-widget), which was purpose built for the specific use
case of [`mqttui`](https://github.com/EdJoPaTo/mqttui).