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

Tag Input

python component Forms 7 params
PREVIEW
Preview not available — component requires runtime dependencies or no examples defined.
USAGE
python
from djust_components.components.tag_input import TagInput

component = TagInput(name='',
    tags=None,
    event='',
    placeholder='Add tag...',
    label='',
    custom_class='',
    kwargs)
html = component.render()
PARAMETERS 7
NameTypeDefault
name <class 'str'> ''
tags <class 'list'> None
event <class 'str'> ''
placeholder <class 'str'> 'Add tag...'
label <class 'str'> ''
custom_class <class 'str'> ''
kwargs