ArcaneHoverCard#
Live preview for component 'hover-card' in the current Arcane catalog.
See the Component Catalog for source mapping and parity status.
ArcaneHoverCard.hovercard(
trigger: Button.secondary(label: 'Hover card', onPressed: () {}),
content: const Card(child: Text('A lightweight profile or preview card.')),
)
Live preview for component 'hover-card' in the current Arcane catalog.
See the Component Catalog for source mapping and parity status.