Skip to main content

TabDock

Function TabDock 

Source
pub fn TabDock<F>(props: TabDockProps<F>) -> impl IntoView
where F: Fn(String) -> AnyView + 'static,
Expand description

Renders one drop-zone pane per entry in panes, each showing its tabs as draggable buttons and the body of the active tab via the render closure. Dragging a tab onto another pane moves it there and activates it; empty panes show a drop hint.

ยงRequired Props