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

Scroll To Top

python component Navigation 4 params
PREVIEW
Preview not available — component requires runtime dependencies or no examples defined.
USAGE
python
from djust_components.components.scroll_to_top import ScrollToTop

component = ScrollToTop(threshold='300px',
    label='Back to top',
    custom_class='',
    kwargs)
html = component.render()
PARAMETERS 4
NameTypeDefault
threshold <class 'str'> '300px'
label <class 'str'> 'Back to top'
custom_class <class 'str'> ''
kwargs