ArcaneHoverCard
Live preview for hover-card
Live Demo
Component: hover-card
Preview + Code
A lightweight profile or preview card.
Code
ArcaneHoverCard.hovercard(
  trigger: Button.secondary(label: 'Hover card', onPressed: () {}),
  content: const Card(child: Text('A lightweight profile or preview card.')),
)

ArcaneHoverCard#

Live preview for component 'hover-card' in the current Arcane catalog.

See the Component Catalog for source mapping and parity status.

On this page