Skip to content

Commit

Permalink
add option to hide img below qrcode completely
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiasjutz committed Nov 20, 2024
1 parent cdb7ddd commit fac7e8d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,15 @@ import { SsiTransferProof } from "@ubique-innovation/ssi-issuer-elements/react";

#### Attributes

| name | type | default | required | description |
| ---------------- | ---------------------- | ------------ | -------- | ----------------------------------------------------- |
| `token` | `string` || yes | the token that is used to create the invite |
| `credentialType` | `"ACAPY" \| "OID4VCI"` | `"ACAPY"` | No | An optional credential type. |
| `qrCodeLogoSrc` | `string` | ssimply Logo | No | An optional logo src (dataURI or path). |
| `belowQrCodeSrc` | `string` | ssimply Logo | No | An optional below QR-Code logo src (dataURI or path). |
| `issuerSlug` | `string` || No | An optional issuerSlug. |
| `walletName` | `string` | `"ssimply"` | No | An optional wallet name. |
| name | type | default | required | description |
| -------------------- | ---------------------- | ------------ | -------- | ----------------------------------------------------- |
| `token` | `string` || yes | the token that is used to create the invite |
| `credentialType` | `"ACAPY" \| "OID4VCI"` | `"ACAPY"` | No | An optional credential type. |
| `qrCodeLogoSrc` | `string` | ssimply Logo | No | An optional logo src (dataURI or path). |
| `belowQrCodeSrc` | `string` | ssimply Logo | No | An optional below QR-Code logo src (dataURI or path). |
| `hideBelowQrCodeImg` | `boolean` | `false` | No | An optional boolean to hide image below QR-Code |
| `issuerSlug` | `string` || No | An optional issuerSlug. |
| `walletName` | `string` | `"ssimply"` | No | An optional wallet name. |

#### Slot

Expand Down
Loading

0 comments on commit fac7e8d

Please sign in to comment.