Hover-card on hover of @-mentions #4291
-
|
I want to show a hover-card when hovering over @-mentioned users. Any ideas on how that can be done? |
Beta Was this translation helpful? Give feedback.
Answered by
ivailop7
Apr 9, 2023
Replies: 1 comment 1 reply
-
|
Hi, you can extend the Mention node. In the createDOM method you can apply a custom CSS class and define that CSS class with ":hover" and render any popover. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ankitsharma-99
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, you can extend the Mention node. In the createDOM method you can apply a custom CSS class and define that CSS class with ":hover" and render any popover.