# XWUIInputSignaturePad

XWUIInputSignaturePad Component Canvas-based signature pad for drawing signatures.

## Basic Usage

An empty canvas with a default black pen. Draw with the mouse or finger; the Clear button resets it.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Empty signature pad with default pen.
```

## Real-World

InputSignaturePad in a realistic application context.

```example
file: examples/RealWorld.ts
html: examples/RealWorld.html
title: Real-World
description: InputSignaturePad in a realistic application context.
```

## Thick Colored Pen

Set `penColor` and a larger `penWidth` for a bolder, easier-to-see stroke on touch devices.

```example
file: examples/ThickPen.ts
html: examples/ThickPen.html
title: Thick Colored Pen
description: A bold indigo stroke on a tinted background.
```

## Canvas Only

Hide both built-in buttons with `showClearButton: false` and `showSaveButton: false` when the host UI supplies its own controls.

```example
file: examples/NoButtons.ts
html: examples/NoButtons.html
title: Canvas Only
description: Signature canvas with no built-in toolbar.
```

```api
```
