Skip to content

Comments

feat: add hovercard component#523

Open
LeoDanielA01 wants to merge 2 commits intofrappe:mainfrom
LeoDanielA01:feat/hovercard
Open

feat: add hovercard component#523
LeoDanielA01 wants to merge 2 commits intofrappe:mainfrom
LeoDanielA01:feat/hovercard

Conversation

@LeoDanielA01
Copy link

What does this PR do?

Introduces a new HoverCard component to Frappe UI for displaying
rich, contextual information on hover or keyboard focus.


Why is this needed?

Current tooltips in Frappe UI are suitable only for short text.
Many ERP use cases require richer contextual previews such as:

  • User / owner information
  • Inline help with formatting
  • Metadata previews
  • Contextual explanations without opening dialogs

HoverCard fills this gap without adding modal overhead.


Features

  • Hover and keyboard focus triggers
  • Accessible by default (focusable, non-blocking)
  • Supports rich content
  • Lightweight alternative to dialogs
  • Reusable and composable API
  • No breaking changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant