Configuration Options
Configuration Options
Example YAML
Example YAML
Display content in a floating popover.
Configuration Options
Example YAML
- slug: Popover.Popover
urlFrom: 0
url: /form
config:
header:
title: Help Center
subtitle: Get assistance with your questions
bgColor: '#4a6cf7'
icon: https://example.com/icon.svg
button:
bgColor: '#4a6cf7'
icon: https://example.com/button-icon.svg
position:
right: 20px
bottom: 20px
size:
width: '120'
height: '30'
tooltip:
text: 'Need help?'
openDelay: 500
container:
animation: opacity
opened: false
onInit: myInitPopover
updateOn: updatePopover
Was this page helpful?