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

Color Picker

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

component = ColorPicker(name='',
    value='#3B82F6',
    event='',
    label='',
    swatches=None,
    custom_class='',
    kwargs)
html = component.render()
PARAMETERS 7
NameTypeDefault
name <class 'str'> ''
value <class 'str'> '#3B82F6'
event <class 'str'> ''
label <class 'str'> ''
swatches <class 'list'> None
custom_class <class 'str'> ''
kwargs