BoxPanel

A panel which arranges its widgets in a single row or column.
https://jupyterlab.github.io/lumino/widgets/classes/boxpanel.html

Example
//Python:
import dash
import dash_lumino_components as dlc

boxPanel = dlc.BoxPanel([
  dlc.SplitPanel([], id="split-panel")
], id="box-panel")

Type Definitions

propTypes

Properties
NameTypeDescription
idstring

ID of the widget

alignmentstring

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

directionstring

a type alias for a box layout direction ("left-to-right" | "right-to-left" | "top-to-bottom" | "bottom-to-top")

spacingnumber

The spacing between items in the layout

addToDomboolean

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

childrenArray.<Panel, SplitPanel, DockPanel>

The widgets