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

Kanban Board

python component Advanced 5 params
PREVIEW
Preview not available — component requires runtime dependencies or no examples defined.
USAGE
python
from djust_components.components.kanban_board import KanbanBoard

component = KanbanBoard(columns=None,
    move_event='kanban_move',
    add_card_event='kanban_add_card',
    custom_class='',
    kwargs)
html = component.render()
PARAMETERS 5
NameTypeDefault
columns <class 'list'> None
move_event <class 'str'> 'kanban_move'
add_card_event <class 'str'> 'kanban_add_card'
custom_class <class 'str'> ''
kwargs