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

Signature Pad

python component Forms 9 params
PREVIEW
Preview not available — component requires runtime dependencies or no examples defined.
USAGE
python
from djust_components.components.signature_pad import SignaturePad

component = SignaturePad(name='signature',
    save_event='save_signature',
    width=400,
    height=200,
    pen_color='#000000',
    pen_width=2,
    disabled=False,
    custom_class='',
    kwargs)
html = component.render()
PARAMETERS 9
NameTypeDefault
name <class 'str'> 'signature'
save_event <class 'str'> 'save_signature'
width <class 'int'> 400
height <class 'int'> 200
pen_color <class 'str'> '#000000'
pen_width <class 'int'> 2
disabled <class 'bool'> False
custom_class <class 'str'> ''
kwargs