Skip to content
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

Add PureTooltip #3

Open
codymullins opened this issue Jan 14, 2024 · 1 comment
Open

Add PureTooltip #3

codymullins opened this issue Jan 14, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@codymullins
Copy link
Contributor

codymullins commented Jan 14, 2024

Inspiration:

https://mantine.dev/core/tooltip
https://chakra-ui.com/docs/components/tooltip/usage
https://ui.shadcn.com/docs/components/tooltip
https://mui.com/joy-ui/react-tooltip

@codymullins codymullins added enhancement New feature or request good first issue Good for newcomers labels Jan 14, 2024
@danielchalmers
Copy link

If mobile is a concern, Google suggests a tap and hold and then disappear 1.5 seconds after you let go (or tap somewhere else). https://m3.material.io/components/tooltips/guidelines

It should appear through tab button focus, but then you have to be careful about the focus "sticking" on mobile which will make the tooltip remain indefinitely after clicking the button.

@codymullins codymullins added the help wanted Extra attention is needed label May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants