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

Org Chart

python component Media 6 params
PREVIEW
Preview not available — component requires runtime dependencies or no examples defined.
USAGE
python
from djust_components.components.org_chart import OrgChart

component = OrgChart(nodes=None,
    root=None,
    event='',
    direction='vertical',
    custom_class='',
    kwargs)
html = component.render()
PARAMETERS 6
NameTypeDefault
nodes typing.Optional[list] None
root typing.Optional[str] None
event <class 'str'> ''
direction <class 'str'> 'vertical'
custom_class <class 'str'> ''
kwargs