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

Table Of Contents

python component Navigation 6 params
PREVIEW
Preview not available — component requires runtime dependencies or no examples defined.
USAGE
python
from djust_components.components.table_of_contents import TableOfContents

component = TableOfContents(items=None,
    title='Contents',
    active='',
    event='',
    custom_class='',
    kwargs)
html = component.render()
PARAMETERS 6
NameTypeDefault
items <class 'list'> None
title <class 'str'> 'Contents'
active <class 'str'> ''
event <class 'str'> ''
custom_class <class 'str'> ''
kwargs