{"id":19614310,"url":"https://github.com/fpapado/react-a11y-tooltip","last_synced_at":"2026-05-15T15:32:57.836Z","repository":{"id":96505062,"uuid":"140534687","full_name":"fpapado/react-a11y-tooltip","owner":"fpapado","description":"Accessible React Tooltip component","archived":false,"fork":false,"pushed_at":"2018-07-13T07:54:17.000Z","size":163,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-25T11:21:47.983Z","etag":null,"topics":["a11y","accessibility","react","tooltip"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fpapado.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-11T06:58:27.000Z","updated_at":"2020-04-20T15:01:35.000Z","dependencies_parsed_at":"2023-07-07T15:00:17.951Z","dependency_job_id":null,"html_url":"https://github.com/fpapado/react-a11y-tooltip","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"577a6068daaf3d4cff0c495c085a8356ed668db3"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpapado%2Freact-a11y-tooltip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpapado%2Freact-a11y-tooltip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpapado%2Freact-a11y-tooltip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpapado%2Freact-a11y-tooltip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fpapado","download_url":"https://codeload.github.com/fpapado/react-a11y-tooltip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240906645,"owners_count":19876680,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["a11y","accessibility","react","tooltip"],"created_at":"2024-11-11T10:51:01.880Z","updated_at":"2025-11-20T15:03:52.750Z","avatar_url":"https://github.com/fpapado.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React A11y Tooltip\n\n\u003e Accessible React Tooltip component\n\n## Table of Contents\n\n* [Features](#features)\n* [Install](#install)\n* [Motivation](#motivation)\n* [Usage](#usage)\n\n## Features\n\n* Full presentational control for the caller (render props).\n* Easy to understand source code. You should be able to fork and do your thing if desired.\n* Ample documentation to help you understand the problem, in addition to the solutions.\n\nWhat it does not do by itself:\n\n* Style the tooltip. That is up to you :)\n\n## Install\n\nThis package is distributed via [npm](https://www.npmjs.com/get-npm).\n\n```shell\n$ npm install --save react-a11y-tooltip\n# or\n$ yarn add react-a11y-tooltip\n```\n\nThen import according to your modules model and bundler, such as [Rollup](https://rollupjs.org/guide/en) and [Webpack](https://webpack.js.org/):\n\n```js\n// ES Modules\nimport { Tooltip } from \"react-a11y-tooltip\";\n\n/// CommonJS modules\nconst { Tooltip } = require(\"react-a11y-tooltip\");\n```\n\nA [UMD](https://github.com/umdjs/umd) version is also available on [unpkg](https://unpkg.com/):\n\n```html\n\u003cscript src=\"https://unpkg.com/react-a11y-tooltip/dist/react-a11y-tooltip.umd.js\"\u003e\u003c/script\u003e\n```\n\n## Motivation\n:construction: WIP :construction\n\n## Usage\n### Quick Start\n\nIf you want to just dive in, do this:\n\n```jsx\nimport { Tooltip } from \"react-a11y-tooltip\";\n\n// NOTE: Styles are important for this to work.\n// You can also copy or overwrite them.\nimport \"react-a11y-tooltip/dist/react-a11y-tooltip.css\";\n\nfunction App() {\n  return (\n    \u003cdiv className=\"App\"\u003e\n      \u003cp\u003e\n        The team had a great{\" \"}\n        \u003cTooltip purpose=\"descriptive\" renderTooltip=\"Games Played\"\u003e\n          GP\n        \u003c/Tooltip\u003e/\n        \u003cTooltip purpose=\"descriptive\" renderTooltip=\"Games Won\"\u003e\n          GW\n        \u003c/Tooltip\u003e{\" \"}\n        ratio this season.\n      \u003c/p\u003e\n    \u003c/div\u003e\n  );\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpapado%2Freact-a11y-tooltip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffpapado%2Freact-a11y-tooltip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpapado%2Freact-a11y-tooltip/lists"}