Basic HoverCard

Simple text card that appears when hovering over a trigger.

Hover over me
Quick Preview

This card appears when you hover over the trigger element. It disappears when you move away.

User Profile Card

Hover over a username to see their profile details.

@janesmith
J
Jane Smith
Product Designer

Building beautiful interfaces. Based in San Francisco.

Link Preview

Preview link destinations before clicking.

Documentation
FLIN Documentation

Learn how to build full-stack web applications with FLIN. Covers entities, routing, templates, and more.

Usage

<HoverCard> <span>Hover over me</span> <div> <strong>Quick Preview</strong> <p>Card content here.</p> </div></HoverCard>

Props

PropTypeDescription
childrencontentFirst child = trigger, last child = card content