3 releases

new 0.1.2 Apr 23, 2024
0.1.1 Apr 8, 2024
0.1.0 Apr 8, 2024

#462 in Data structures

Download history 251/week @ 2024-04-07 9/week @ 2024-04-14 131/week @ 2024-04-21

391 downloads per month

MIT license

740KB
7K SLoC

Zellij Widgets

Zellij Widgets provides a set of widgets for the Zellij plugin system. It is designed to run with zellij and is a customized combination of the crossterm and ratatui crates.

Key Features

  1. Reusable UI Components: Offers a collection of UI components that abstract away the complexity of dealing with ANSI codes, making it easier for Zellij plugin developers to create user interfaces.

demo

Prerequisites

To use Zellij Widgets, developers should have a basic understanding of the Zellij plugin system. Zellij plugins communicate with the Zellij host via the Wasmer runtime, and Zellij provides interfaces such as the ZellijPlugin crate.

Acknowledgments

This project reuses a significant amount of code from the crossterm and ratatui projects. I would like to express our gratitude to the authors and contributors of these projects for their excellent work. All credits are theirs.

License

Zellij Widgets is licensed under the same terms as crossterm and ratatui. Please refer to their respective licenses for more details.

Dependencies

~3.5–9.5MB
~74K SLoC