Signature Input

The Signature Input component allows users to draw their signatures digitally.

 

React

Is new design vision part implemented using new tokens?

Up to date

Resources

Example


                                                        
                                                        
                                                            import { SignatureInput } from '@optimus-web/core';
                                                        
                                                        <SignatureInput
                                                            label="Signature Input Label"
                                                            helperText="Please sign above with your finger or by mouse"
                                                            required={false}
                                                            height={240}
                                                            disabled={false}
                                                            error=""
                                                            helper="helper"
                                                            inline={false}
                                                            insideCompoundField={false}
                                                            readOnly={false}
                                                            name="field-name"
                                                            onChange={() => {}}
                                                        />