Split Pane
PREVIEW
Preview not available — component requires runtime dependencies or no examples defined.
USAGE
from djust_components.components.split_pane import SplitPane
component = SplitPane(left='',
right='',
direction='horizontal',
initial=50,
custom_class='',
kwargs)
html = component.render()
PARAMETERS 6
| Name | Type | Default |
|---|---|---|
left |
<class 'str'> |
'' |
right |
<class 'str'> |
'' |
direction |
<class 'str'> |
'horizontal' |
initial |
<class 'int'> |
50 |
custom_class |
<class 'str'> |
'' |
kwargs |
— |
— |