djust-theming | Demo Home Components | Gallery Storybook Editor Diff

Split Pane

python component Layout 6 params
PREVIEW
Preview not available — component requires runtime dependencies or no examples defined.
USAGE
python
from djust_components.components.split_pane import SplitPane

component = SplitPane(left='',
    right='',
    direction='horizontal',
    initial=50,
    custom_class='',
    kwargs)
html = component.render()
PARAMETERS 6
NameTypeDefault
left <class 'str'> ''
right <class 'str'> ''
direction <class 'str'> 'horizontal'
initial <class 'int'> 50
custom_class <class 'str'> ''
kwargs