Installation
$ pnpm dlx shadcn@latest add @pdfcn/forme/signature
Usage
import { PdfSignatureBlock } from "@/components/pdf/signature";<PdfSignatureBlock name="Jane Doe" label="Authorized Signature" />API Reference
PdfSignatureBlock
| Prop | Type | Default |
|---|---|---|
variant | 'single' | 'double' | 'inline' | 'single' |
label | string | - |
name | string | - |
title | string | - |
date | string | - |
signers | [SignatureSigner, SignatureSigner] | - |
style | Style | - |