HelpAndSupportPopover API
API reference docs for theHelpAndSupportPopoverwidget. For examples and details on the usage of this widget, visit the widget demo page.
Props
| Props | Type | Description | Default |
|---|---|---|---|
title | string | By default rendered as Heading with H3 tag. | _ |
description | string | Description for the popover. | _ |
|
It should follow this pattern | 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? | ReactNode | Additional actionable and Interactive elements can fit in here. | _ |
shouldUsePortal? | boolean | Determines 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 |