Signature field
The signature field allows a signature input from the user.
Package: @terreno/ui
Categories: Component
Props interface: SignatureFieldProps
Story source: demo/stories/Signaturefield.stories.tsx
Live demo
Props
| Prop | Type | Required | Description |
|---|---|---|---|
onChange | reflection | Yes | |
disabled | boolean | ||
disabledText | string | ||
errorText | string | ||
fullWidth | boolean | ||
onEnd | reflection | ||
onStart | reflection | ||
title | string | ||
value | string |