fui-rs 0.2.6

Retained Rust UI for native desktop and WebAssembly applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub(crate) mod button_presenter;
pub(crate) mod checkbox_indicator_presenter;
pub(crate) mod dropdown_chevron_presenter;
pub(crate) mod dropdown_field_presenter;
pub(crate) mod dropdown_option_row_presenter;
pub(crate) mod pressable_indicator_presenter;
pub(crate) mod pressable_labeled_control;
pub(crate) mod radio_indicator_presenter;
pub(crate) mod selectable_popup_list;
pub(crate) mod slider_presenter;
pub(crate) mod switch_indicator_presenter;
pub(crate) mod text_input_core;
pub(crate) mod text_input_presenter;