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.