ArcanePopover
Live preview for popover
Live Demo
Component: popover
Preview + Code
Popover content
Code
ArcanePopover(
  trigger: Button.secondary(label: 'Open popover', onPressed: () {}),
  content: const Card(child: Text('Popover content')),
)

ArcanePopover#

Live preview for component 'popover' in the current Arcane catalog.

See the Component Catalog for source mapping and parity status.

On this page