Skip to main content

A split pane for dash based on react split pane.

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dash_split_pane-1.0.0.tar.gz (41.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page