feat(context_menu): add a context menu widget as menu tree alternative to the popover widget

This commit is contained in:
Michael Aaron Murphy 2024-04-19 17:12:54 +02:00 committed by Michael Murphy
parent c0b653f506
commit 9ffb87d21f
9 changed files with 465 additions and 37 deletions

View file

@ -61,6 +61,9 @@ pub mod column {
pub mod layer_container;
pub use layer_container::{layer_container, LayerContainer};
pub mod context_menu;
pub use context_menu::{context_menu, ContextMenu};
pub mod dialog;
pub use dialog::{dialog, Dialog};