revue 2.71.1

A Vue-style TUI framework for Rust with CSS styling
Documentation
1
2
3
use revue::widget::checkbox;
#[test] fn test_checkbox_new() { let c = checkbox(); }
#[test] fn test_checkbox_checked() { let c = checkbox().checked(true); }