revue 2.71.1

A Vue-style TUI framework for Rust with CSS styling
Documentation
1
2
use revue::widget::combobox;
#[test] fn test_combobox_select() { let mut c = combobox(); c.select(0); }