SignaturePad
SignaturePad Component
Playground
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| width | number | — | |
| height | number | — | |
| penColor | color | — | |
| penWidth | number | — | |
| disabled | boolean | — |
Default
CustomPen
WideCanvas
Disabled
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
disabled | boolean | — | — |
height | number | — | — |
penColor | color | — | — |
penWidth | number | — | — |
width | number | — | — |
Using SignaturePadtsx
import { SignaturePad } from '@/components/SignaturePad'
<SignaturePad
width="..."
height="..."
penColor="..."
penWidth="..."
disabled="..."
/>Tokens Used
No design tokens detected