ObjectUIObjectUI
ComponentsOverlay

Popover

Floating content panel

Examples

Basic Popover

Schema

interface PopoverSchema {
  type: 'popover';
  trigger: SchemaNode;
  children: SchemaNode[];
  side?: 'top' | 'right' | 'bottom' | 'left';
}

On this page