feat: dnd for segmented buttons and nav
This commit is contained in:
parent
f15aeb4247
commit
d625291266
4 changed files with 305 additions and 20 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue