SplitPanel

A panel which arranges its widgets into resizable sections.
https://jupyterlab.github.io/lumino/widgets/classes/splitpanel.html

Example
//Python:
import dash
import dash_lumino_components as dlc

splitPanel = dlc.SplitPanel([
    dlc.TabPanel([], id="tab-panel"),
    dlc.DockPanel([], id="dock-panel")
], id="split-panel")

Type Definitions

propTypes

Properties
NameTypeDescription
idstring

ID of the widget

alignmentstring

the content alignment of the layout ("start" | "center" | "end" | "justify")

orientationstring

a type alias for a split layout orientation ("horizontal" | "vertical")

spacingnumber

The spacing between items in the layout

addToDomboolean

bool if the object has to be added to the dom directly

childrenArray.<DockPanel, TabPanel, BoxPanel, Panel>

The widgets