Dash Split pane
A Dash Split-Pane component, can be nested or split vertically or horizontally!
This is based on React Split Pane: https://github.com/tomkp/react-split-pane
Usage
import dash_split_pane
dash_split_pane.DashSplitPane(
children=[html.Div("LEFT PANE"), html.Div("RIGHT PANE")],
id="splitter",
split="vertical",
size=50,
)
All the props from react-split-pane are exposed, except for defaultSize (only size needs to be used).
The size property will be updated to dash when a drag is complete.
For more information see react-split-pane
Release files for dash-split-pane 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dash_split_pane-1.0.0.tar.gz | 41.5 kB | Details |
Release files / dash_split_pane-1.0.0.tar.gz
| Download URL | dash_split_pane-1.0.0.tar.gz |
|---|---|
| Size | 41.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b19a0549deaa32e374ceee45d0c0f51bf080a1354ec2acd7d69e83ba6c82eb33
|
|
BLAKE2b-256 checksum How to use checksums |
163c4ea9adc75e5163a479c0ae291b603fd8fda03ce15ecd1bc2a3791493100a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.8
|