pub fn TabDock<F>(props: TabDockProps<F>) -> impl IntoViewExpand 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
- tabs:
RwSignal<Vec<DockTab>> - panes:
Vec<String> - active:
RwSignal<String> - render: [
F]