Module overlay

Module overlay 

Source
Expand description

Display interactive elements on top of other widget.

Re-exports§

pub use color_picker::ColorPickerOverlay;
pub use date_picker::DatePickerOverlay;
pub use time_picker::State;
pub use time_picker::TimePickerOverlay;
pub use context_menu::ContextMenuOverlay;

Modules§

color_picker
Use a color picker as an input element for picking colors.
context_menu
A modal for showing elements as an overlay on top of another.
date_picker
Use a date picker as an input element for picking dates.
time_picker
Use a time picker as an input element for picking times.