reacttooltip/react-tooltip

React Tooltip Component

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 36 minutes ago
Added to GitGenius on September 18th, 2026
Created on April 7th, 2015
Open Issues & Pull Requests: 1 (+0)
GitHub issues: Enabled
Number of forks: 527
Total Stargazers: 3,822 (+0)
Total Subscribers: 19 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 10.7 hours
Mean response time: 23.3 days
90th percentile: 20.5 days
Tracked items: 60

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Bug (35)
  • Stale (20)
  • Feature Request (8)
  • Help Wanted (8)
  • Question (8)
  • V6 (5)
  • Information Needed (3)
  • Documentation (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

React Tooltip is a React component library that provides tooltip functionality for React applications.

The tool solves the problem of displaying contextual information on hover or focus by attaching tooltips to DOM elements. It works by using data attributes on elements to link them to a centralized Tooltip component, which then displays content based on those associations. The library uses hooks, DOM observers, and browser events to manage tooltip positioning and visibility.

Developers should choose this tool if they need a straightforward tooltip solution that integrates cleanly with React applications. It suits projects using React 16.14 and newer, including React 17, 18, and 19. The library is designed as a client-side component, which means it works well in server-component frameworks like Next.js when the Tooltip component itself is rendered from a client component boundary, while anchor markup can be rendered from server components. For projects using React Server Components, the practical pattern is to export the tooltip from a small wrapper file marked with 'use client'.

The project maintains active development with ongoing support for the latest React versions. The codebase is written in JavaScript with TypeScript support. Documentation is available for multiple major versions, indicating sustained maintenance of the library across different release lines. The project is community-financed through sponsorships and maintains compatibility across a wide range of React versions rather than forcing upgrades to the latest major version.