tippyjs-react
tippyjs-react copied to clipboard
React component for Tippy.js (official)
Hi, new to tippy here, how can I append tooltip to ``` ``` element inside `````` ? ```js import * as React from 'react'; import Tippy from '@tippyjs/react'; import {...
### Discussed in https://github.com/atomiks/tippyjs-react/discussions/355 Moved to an issue since its been ~4 months without any update. Originally posted by **angeloanan** March 12, 2022 Hi, I would like to use a...
https://codesandbox.io/s/billowing-sunset-3b9wro @atomiks In above example if try to switch route , first click on "open demo" you see tooltip with cursor after that you click on "exit" and again click...
## Repro Steps 1. Open my CodeSandbox which _kind of_ demonstrates the issue: https://codesandbox.io/s/tippyjs-react-disable-touch-3csybd?file=/src/App.tsx 2. Open the "preview pane" in a new Chrome tab and enter responsive design mode. Responsive...
Hello. Can you help to fix this problem ? https://user-images.githubusercontent.com/26712091/165032925-218cba49-fe2f-4a30-84f5-7a9eb3f466db.mp4
So I'm trying to create a medium like highlight with tippy and selection api. The issue i'm facing now is once tippy is being called out by selecting some text,...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Hi, Would it be unreasonable to ask for the styling to be bundled with the react package? That way we don't need to list tippy.js as a direct dependency when...
`attrs.placement` is `undefined` in render function on first renders.
If you pass `undefined` to the `onHidden` prop, then whenever the popout is unmounted it will throw an error. ```jsx Tooltip ``` ``` tippy.esm.js:741 Uncaught TypeError: Cannot read properties of...