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

fix(ui-library): rename tooltip and create example folder (#860) #1082

Closed
wants to merge 1 commit into from

Conversation

angsherpa456
Copy link
Contributor

closes #860

@angsherpa456 angsherpa456 added the 🦹 needs:reviewers (code) The issue or pull request needs additional code reviewers label Apr 17, 2024
Tooltip is triggered by hovering the mouse cursor over the element. It is designed to be unobtrusive and usually consist
of a short snippet of text. Tooltip component utilizes Floating UI library for granular positioning and interactions
based on user events.
Tooltip is triggered by hovering the mouse cursor over the element. It is designed to be unobtrusive and usually consist of a short snippet of text. To make this work technically the tooltip component can be combined with [Floating UI](https://floating-ui.com/) like shown on the example page [Tooltip using Floating UI](?path=/docs/examples-tooltip-using-floating-ui--docs)."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the " at the end of the line

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adjusted

@angsherpa456 angsherpa456 force-pushed the fix/860_adjust-tooltip-component branch from 64e72d4 to 1d0e46d Compare April 17, 2024 12:38
@angsherpa456
Copy link
Contributor Author

Closed because the adjusted implementation is covered by #1076

@angsherpa456 angsherpa456 removed the 🦹 needs:reviewers (code) The issue or pull request needs additional code reviewers label Apr 17, 2024
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.

Tooltip - separate "floating" component and optimise documentation in code
2 participants