React
@tippyjs/react
React component for Tippy.js
Utilities
tooltip
popover
tippy
react
@tippyjs/react
Utilities
javascript
npm
frontend
open source
Stars
1.8k
Weekly
942k
Open issues
58
Bundle
~25 kB
Installation
npm install @tippyjs/reactCode example
import { useReact } from "@tippyjs/react";
export function Example() {
const value = useReact();
return <p>{String(value)}</p>;
}Pros & cons
Pros
- Actively maintained by atomiks
- 942k weekly downloads. Battle tested
- First-class TypeScript definitions
- MIT licensed
Considerations
- Adds roughly ~25 kB to your bundle
- Needs client-only rendering in SSR frameworks
- Not supported in React Native
- 58 open issues on GitHub