feat: dnd for segmented buttons and nav

This commit is contained in:
Ashley Wulber 2024-04-09 14:28:06 -04:00 committed by Michael Murphy
parent f15aeb4247
commit d625291266
4 changed files with 305 additions and 20 deletions

View file

@ -113,6 +113,12 @@ pub mod divider {
}
}
pub mod dnd_destination;
pub use dnd_destination::{dnd_destination, DndDestination};
pub mod dnd_source;
pub use dnd_source::{dnd_source, DndSource};
pub mod dropdown;
pub use dropdown::{dropdown, Dropdown};
@ -137,7 +143,7 @@ pub use list::*;
pub mod menu;
pub mod nav_bar;
pub use nav_bar::nav_bar;
pub use nav_bar::{nav_bar, nav_bar_dnd};
pub mod nav_bar_toggle;
pub use nav_bar_toggle::{nav_bar_toggle, NavBarToggle};