SignaturePad
A SignaturePad component from the Sigil design system.
Import
import { SignaturePad } from "@sigil-ui/components";Preview
Usage
<SignaturePad>SignaturePad content</SignaturePad>Props
| Prop | Type | Default | Description |
|---|---|---|---|
width | number | — | — |
height | number | — | — |
strokeColor | string | — | — |
strokeWidth | number | — | — |
onChange | `(dataUrl: string | null) => void` | — |
disabled | boolean | — | — |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-text | Text |
--s-radius-md | Radius md |
--s-border | Border |
--s-border-style | Border style |
--s-background | Background |
--s-text-muted | Text muted |
--s-duration-fast | Duration fast |