async_ui_web 0.2.1

Async UI for the Browser
Documentation
1
2
3
4
5
6
7
8
9
//! Commonly-used utility components
//!
//! Components in this module are provided for convenience.

mod dropdown;
mod dynamic_slot;

pub use dropdown::Dropdown;
pub use dynamic_slot::DynamicSlot;