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

Resizable Panel

python component Layout 8 params
PREVIEW
Preview not available — component requires runtime dependencies or no examples defined.
USAGE
python
from djust_components.components.resizable_panel import ResizablePanel

component = ResizablePanel(content='',
    direction='horizontal',
    min_size='100px',
    max_size='none',
    initial_size='50%',
    disabled=False,
    custom_class='',
    kwargs)
html = component.render()
PARAMETERS 8
NameTypeDefault
content <class 'str'> ''
direction <class 'str'> 'horizontal'
min_size <class 'str'> '100px'
max_size <class 'str'> 'none'
initial_size <class 'str'> '50%'
disabled <class 'bool'> False
custom_class <class 'str'> ''
kwargs