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

Scroll Area

python component Layout 5 params
PREVIEW
Preview not available — component requires runtime dependencies or no examples defined.
USAGE
python
from djust_components.components.scroll_area import ScrollArea

component = ScrollArea(content='',
    max_height='400px',
    label='Scrollable content',
    custom_class='',
    kwargs)
html = component.render()
PARAMETERS 5
NameTypeDefault
content <class 'str'> ''
max_height <class 'str'> '400px'
label <class 'str'> 'Scrollable content'
custom_class <class 'str'> ''
kwargs