AboutModal
Examples
AboutModal Props
The AboutModal component accepts the following props.
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| children | node | content rendered inside the About Modal. | ||
| className | string | '' | additional classes added to the About Modal | |
| isOpen | bool | false | Flag to show the About modal | |
| onClose | func | () => undefined | A callback for when the close button is clicked | |
| productName | string | Product Name | ||
| trademark | string | '' | Trademark information | |
| brandImageSrc | string | the URL of the image for the Brand. | ||
| brandImageAlt | string | the alternate text of the Brand image. | ||
| logoImageSrc | string | '' | the URL of the image for the Logo. | |
| logoImageAlt | custom | '' | the alternate text of the Logo image. | |
| heroImageSrc | string | the URL of the image for the Hero. | ||
| heroImageAlt | string | '' | the alternate text of the Hero image. |