Replies: 2 comments 5 replies
-
There's enough to build my own from here: https://react-spectrum.adobe.com/react-aria/useTooltipTrigger.html. I was just wondering if it was possible to to use just RAC. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It doesn't necessarily need to be a Button, but it does need to be something that is focusable so that keyboard and screen reader users can access it, so I think you may want to consider keeping it a Button. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to make my icons more accessible and easier for all users by giving them a tooltip. How can I have the tooltip trigger be a span or svg instead of a Button? The tooltip doesn't show when I try with something other than a button and hover on that element. I'm hoping to have the svg icon labelled by the tooltip text.
This is for RAC.
Beta Was this translation helpful? Give feedback.
All reactions