Add support for themed application dialog

This commit is contained in:
Jeremy Soller 2024-02-27 09:34:39 -07:00
parent 94905c5201
commit 16aaf10b56
5 changed files with 200 additions and 56 deletions

View file

@ -58,6 +58,9 @@ pub mod column {
pub mod cosmic_container;
pub use cosmic_container::LayerContainer;
pub mod dialog;
pub use dialog::{dialog, Dialog};
/// An element to distinguish a boundary between two elements.
pub mod divider {
/// Horizontal variant of a divider.