HelpAndSupportPopover API

API reference docs for theHelpAndSupportPopoverwidget. For examples and details on the usage of this widget, visit the widget demo page.

Props

PropsTypeDescriptionDefault
titlestringBy default rendered as Heading with H3 tag._
descriptionstringDescription for the popover._

images?

HelpAndSupportImages[]

It should follow this pattern

{
src: string;
name: string;
}

Images to be rendered for the popover.

Note: By default 3 images are mandatory if provided more , rest will be ignored.

_

orientation'vertical'|'horizontal'The layout of the card'vertical'
itemList{ title: string; description: string }[]List of Pro plan benefits shown in the modal body._
children?ReactNodeAdditional actionable and Interactive elements can fit in here._
shouldUsePortal?booleanDetermines whether the Popover should be rendered in a React Portal. If true, the Popover will be rendered outside the DOM hierarchy of the parent component.true