@anvilco/react-signature-modal
Advanced tools
Comparing version 1.8.1 to 1.8.2
@@ -5,2 +5,12 @@ # Changelog | ||
## [@anvilco/react-signature-modal@1.8.1](https://github.com/anvilco/react-ui/compare/@anvilco/react-signature-modal@1.8.0...@anvilco/react-signature-modal@1.8.1) - 2022-04-18 | ||
### Merged | ||
- [1-min] Fix output path for type defs [`#10`](https://github.com/anvilco/react-ui/pull/10) | ||
### Commits | ||
- Update CHANGELOG [`a4e0dec`](https://github.com/anvilco/react-ui/commit/a4e0dece2bd52702da8d0c60db06c070c1d7d4ff) | ||
## [@anvilco/react-signature-modal@1.8.0](https://github.com/anvilco/react-ui/compare/@anvilco/react-signature-modal@1.7.1...@anvilco/react-signature-modal@1.8.0) - 2022-04-18 | ||
@@ -7,0 +17,0 @@ |
{ | ||
"name": "@anvilco/react-signature-modal", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "The AnvilSignatureModal React component for embedded Etch signatures", | ||
@@ -74,3 +74,3 @@ "author": "Anvil Foundry Inc.", | ||
}, | ||
"gitHead": "f2b88b4b866adbb8247e97a94bc333b498370703" | ||
"gitHead": "8e9e3c571e60e699bfed6d9b4913cdb441482536" | ||
} |
# AnvilSignatureModal | ||
A lightweight modal component that allows embedding [Anvil Etch](https://www.useanvil.com/docs/api/e-signatures) e-signatures via a modal popup in your app. It will give you information via callbacks through the signing process lifecycle. Compatible with mobile viewports with minimal dependencies. | ||
A lightweight modal component that allows embedding [Anvil Etch e-signatures](https://www.useanvil.com/docs/api/e-signatures) via a modal popup in your app. It will give you information via callbacks through the signing process lifecycle. Compatible with mobile viewports with minimal dependencies. | ||
@@ -9,2 +9,13 @@ See the [live demo](https://esign-demo.useanvil.com/) and open-source [demo repository](https://github.com/anvilco/anvil-e-signature-api-node-example) for a usage example. | ||
## What is Anvil? | ||
[Anvil](https://www.useanvil.com/developers) provides easy APIs for all things paperwork. | ||
1. [PDF filling API](https://www.useanvil.com/products/pdf-filling-api/) - fill out a PDF template with a web request and structured JSON data. | ||
2. [PDF generation API](https://www.useanvil.com/products/pdf-generation-api/) - send markdown or HTML and Anvil will render it to a PDF. | ||
3. [Etch E-sign with API](https://www.useanvil.com/products/etch/) - customizable, embeddable, e-signature platform with an API to control the signing process end-to-end. | ||
4. [Anvil Workflows (w/ API)](https://www.useanvil.com/products/workflows/) - Webforms + PDF + E-sign with a powerful no-code builder. Easily collect structured data, generate PDFs, and request signatures. | ||
Learn more on our [Anvil developer page](https://www.useanvil.com/developers). | ||
## Usage | ||
@@ -11,0 +22,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59932
213