{"id":13398072,"url":"https://github.com/atomiks/tippyjs","last_synced_at":"2025-10-22T21:20:20.604Z","repository":{"id":37587878,"uuid":"86891282","full_name":"atomiks/tippyjs","owner":"atomiks","description":"Tooltip, popover, dropdown, and menu library","archived":true,"fork":false,"pushed_at":"2024-05-27T19:00:23.000Z","size":17445,"stargazers_count":12227,"open_issues_count":104,"forks_count":538,"subscribers_count":84,"default_branch":"master","last_synced_at":"2025-07-14T03:56:11.391Z","etag":null,"topics":["combobox","dropdown","menu","popover","popup","tooltip"],"latest_commit_sha":null,"homepage":"https://atomiks.github.io/tippyjs/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atomiks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":["atomiks"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2017-04-01T06:51:35.000Z","updated_at":"2025-07-12T19:59:16.000Z","dependencies_parsed_at":"2024-03-09T04:31:26.492Z","dependency_job_id":"0e84da7f-f367-4688-b1d8-9912b6952e9a","html_url":"https://github.com/atomiks/tippyjs","commit_stats":{"total_commits":1364,"total_committers":39,"mean_commits":34.97435897435897,"dds":0.2536656891495601,"last_synced_commit":"ad85f6feb79cf6c5853c43bf1b2a50c4fa98e7a1"},"previous_names":[],"tags_count":101,"template":false,"template_full_name":null,"purl":"pkg:github/atomiks/tippyjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomiks%2Ftippyjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomiks%2Ftippyjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomiks%2Ftippyjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomiks%2Ftippyjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atomiks","download_url":"https://codeload.github.com/atomiks/tippyjs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomiks%2Ftippyjs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265241350,"owners_count":23733212,"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":["combobox","dropdown","menu","popover","popup","tooltip"],"created_at":"2024-07-30T18:02:05.351Z","updated_at":"2025-10-22T21:20:20.182Z","avatar_url":"https://github.com/atomiks.png","language":"JavaScript","funding_links":["https://github.com/sponsors/atomiks"],"categories":["JavaScript","Front end","*.js","前端常用","Programming Languages","others"],"sub_categories":["animation","Browser","JavaScript","UI Widget"],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"Tippy.js logo\" src=\"https://github.com/atomiks/tippyjs/raw/master/logo.png\" height=\"117\" /\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eTippy.js\u003c/h1\u003e\n  \u003cp\u003eThe complete tooltip, popover, dropdown, and menu solution for the web\u003c/p\u003e\n  \u003ca href=\"https://www.npmjs.com/package/tippy.js\"\u003e\n   \u003cimg src=\"https://img.shields.io/npm/dm/tippy.js.svg?color=%235599ff\u0026style=for-the-badge\" alt=\"npm Downloads per Month\"\u003e\n  \u003ca\u003e\n  \u003ca href=\"https://github.com/atomiks/tippyjs/blob/master/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/l/tippy.js.svg?color=%23c677cf\u0026style=for-the-badge\" alt=\"MIT License\"\u003e\n  \u003c/a\u003e\n  \u003cbr\u003e\n  \u003cbr\u003e\n\u003c/div\u003e\n\n## Demo and Documentation\n\n➡️ **[View the latest demo \u0026 docs here](https://atomiks.github.io/tippyjs/)**\n\n[Migration Guide](https://github.com/atomiks/tippyjs/blob/master/MIGRATION_GUIDE.md)\n\n## Installation\n\n### Package Managers\n\n```bash\n# npm\nnpm i tippy.js\n\n# Yarn\nyarn add tippy.js\n```\n\nImport the `tippy` constructor and the core CSS:\n\n```js\nimport tippy from 'tippy.js';\nimport 'tippy.js/dist/tippy.css';\n```\n\n### CDN\n\n```html\n\u003cscript src=\"https://unpkg.com/@popperjs/core@2\"\u003e\u003c/script\u003e\n\u003cscript src=\"https://unpkg.com/tippy.js@6\"\u003e\u003c/script\u003e\n```\n\nThe core CSS comes bundled with the default unpkg import.\n\n## Usage\n\nFor detailed usage information,\n[visit the docs](https://atomiks.github.io/tippyjs/v6/getting-started/).\n\n## Component Wrappers\n\n- React: [@tippyjs/react](https://github.com/atomiks/tippyjs-react) (official)\n- Ember: [ember-tippy](https://github.com/nag5000/ember-tippy) (unofficial)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomiks%2Ftippyjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatomiks%2Ftippyjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomiks%2Ftippyjs/lists"}