A popup that displays rich content when users hover over or focus on a trigger element, providing additional context without navigation.
Aspect | Best Practice |
---|---|
Usage | Use for previewing content, showing user profiles, displaying additional context, or providing supplementary information on hover. |
Content | Keep content concise and relevant. Include key information that helps users make decisions without overwhelming them. |
Behavior | Display on hover with a slight delay. Support keyboard navigation and ensure content is accessible via focus states. |
States | Provide smooth enter/exit animations. Ensure the card stays visible when users move cursor into the content area. |
Feedback | Use subtle animations and appropriate positioning to avoid blocking important content on the page. |
Examples | User profile previews, link previews, help tooltips, image details, or any content that benefits from contextual preview. |