Just sign here
Installation
Props
ReactSignature
Component Props
Prop Name | Type | Default | Description |
---|---|---|---|
className | string | - | Optional class name for custom styling. |
readonly | boolean | false | When true , the signature pad becomes read-only and disables signing. |
options | object | - | Signature pad options for smoothing, thinning, and streamline. Pass an object with properties like smoothing , streamline , and thinning . |
onChange | (data: string) => void | - | Callback function when the signature data changes. It receives the signature data as a string. |