-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Discuss] Tooltip component #1348
Comments
@juhaelee Good idea. Maybe something like: http://react-bootstrap.github.io/components.html#tooltips-overlay-trigger? |
👍 |
That would be great, it would be nice to have for |
👍 |
1 similar comment
👍 |
@juhaelee would you like to take a shot at this and submit a prototype in a PR? :) |
I think so. The tooltip is really lacking for me. Namely, there are two things I need (aside from the current bugs mentioned in #3665)
I'm imagining the component would wrap the element(s) like this:
|
@matthewoates : A PR would be welcome. |
Any updates? |
did anything happen with this? |
My solution has been to use native tooltips ( The performance around tooltips doesn't seem to be that great right now. |
I was surprised to see this component is not publicly available this is very useful to avoid overcrowded interfaces and to guide users... Any updates on this ? |
Is this something that we are pursuing in the |
@m2mathew We haven't made any progress on a Tooltip component as far as I know. That's definitely something we should be doing 👍 . |
I'm closing this issue for the #2230 issue around implementing a Tooltip component. |
Would it be better to make the tooltip into a higher order component? That way you can use the tooltip with any component and just wrap it with a tooltip component. Maybe it can take in a prop called
action
which specifies whether or not it appears onclick or hoverThe text was updated successfully, but these errors were encountered: