Skip to content

Commit 0e0b449

Browse files
committed
update readme to reflect change
1 parent 776c656 commit 0e0b449

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/react-signature-modal/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ As of v2.0, the `AnvilSignatureModal` now uses `AnvilEmbedFrame` under the hood.
101101

102102
## Props
103103

104+
### id
105+
*string* - html id attribute, overriding the `id` will also remove all default styling for the `react-siganture-modal`. If you just want to override specific styling elements use the `anvilFrameProps` below.
106+
104107
### iframeURL
105108

106109
*string (required)* - A URL to the Anvil signature page generated from the [`generateEtchSignURL` GraphQL mutation](https://www.useanvil.com/docs/api/e-signatures#controlling-the-signature-process-with-embedded-signers). The signature frame will be displaying the signing page through this URL.
@@ -209,7 +212,6 @@ iframeWarningProps={{ className: 'warning-text' }}
209212
Example:
210213
```js
211214
anvilFrameProps={{
212-
id: 'my-modal',
213215
style: { background: 'white' },
214216
}}
215217
```

0 commit comments

Comments
 (0)