ArcanePopover#
Live preview for component 'popover' in the current Arcane catalog.
See the Component Catalog for source mapping and parity status.
ArcanePopover(
trigger: Button.secondary(label: 'Open popover', onPressed: () {}),
content: const Card(child: Text('Popover content')),
)
Live preview for component 'popover' in the current Arcane catalog.
See the Component Catalog for source mapping and parity status.