feat(context_menu): add a context menu widget as menu tree alternative to the popover widget
This commit is contained in:
parent
c0b653f506
commit
9ffb87d21f
9 changed files with 465 additions and 37 deletions
|
|
@ -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};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue