Popover
OrganismAnchor-based contextual panel. Closes on outside click and Escape key. Supports top/bottom/left/right placement.
Pro tier
Unlocks unlimited projects, advanced analytics and priority support.
<%- include('modules/ui/Popover', {
id: 'pro-info',
trigger: '',
placement: 'bottom',
children: '...'
}) %>
<%- include('modules/ui/Popover', {
id: 'note-popover',
trigger: '',
placement: 'right',
children: '...'
}) %>
<%- include('./Overlays/Popover/Popover', locals) %>