🔥🔥🔥 FIRE SALE - Get SAAS TEMPLATE AT $12 ONLY


Docs
Signature

Signature

Component through which we can have digital signatures

Just sign here

Installation

Props

ReactSignature Component Props

Prop NameTypeDefaultDescription
classNamestring-Optional class name for custom styling.
readonlybooleanfalseWhen true, the signature pad becomes read-only and disables signing.
optionsobject-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.