widgetui
widgetui copied to clipboard
A bevy systems like widget system for ratatui and crossterm
Results
2
widgetui issues
Sort by
recently updated
recently updated
newest added
Hi! I noticed some syntax errors when i copied the example from the readme into my project. I've just taken the minimal.rs example in `examples` and replaced the readme code...
Is it possible to write a stateful widget that can have multiple instates in the same app? Like e.g. an input box? As I understand State must be unique by...
enhancement