AboutModal

Examples

Simple AboutModal

Copied to clipboard

AboutModal Props

The AboutModal component accepts the following props.

NameTypeRequiredDefaultDescription
children
node
content rendered inside the About Modal.
className
string
''additional classes added to the About Modal
isOpen
bool
falseFlag to show the About modal
onClose
func
() => undefinedA 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.