tippyjs-react
tippyjs-react copied to clipboard
React component for Tippy.js (official)
Hey @atomiks, nice package! Im working with an app where the tooltip displays over a carousel. On mobile if the user swipes the carousel (as opposed to pressing somewhere) with...
I can't seem to properly override trigger for singleton instances. [Example (codesandbox)](https://codesandbox.io/s/cool-mahavira-l0yvs?file=/src/App.js) In the above example, if you hover over the "bye" div, you'll see the tippy, which should only...
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.12.0 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...
Would you export the `Placement` type for use in typescript projects?
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...
I want to use the singleton function in different components. However, it cannot be used because the SingletonObject type is not exported. Is it possible to modify it? -- translated...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
I tried various combinations of dispatch with reducer, set states with useState Or one type of each from the button's onClick event enclosed within Tippy. The result: Only one with...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
Similarly to the [`triggerTarget`](https://atomiks.github.io/tippyjs/v6/all-props/#triggertarget) prop of Tippy.js, the `reference` prop should accept `React.RefObject[] | Element[]` parameters as well, to avoid having to do state-based ref management like below: ```tsx import...