Scroll To Top
PREVIEW
Preview not available — component requires runtime dependencies or no examples defined.
USAGE
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
| Name | Type | Default |
|---|---|---|
threshold |
<class 'str'> |
'300px' |
label |
<class 'str'> |
'Back to top' |
custom_class |
<class 'str'> |
'' |
kwargs |
— |
— |