{"id":13531833,"url":"https://github.com/lxsmnsyc/solid-tippy","last_synced_at":"2025-07-29T06:04:55.256Z","repository":{"id":57365904,"uuid":"427873587","full_name":"lxsmnsyc/solid-tippy","owner":"lxsmnsyc","description":"SolidJS bindings for Tippy.js","archived":false,"fork":false,"pushed_at":"2023-02-09T13:53:58.000Z","size":431,"stargazers_count":36,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-23T16:37:59.646Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/lxsmnsyc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2021-11-14T08:18:44.000Z","updated_at":"2025-05-06T13:44:14.000Z","dependencies_parsed_at":"2024-01-14T02:00:54.365Z","dependency_job_id":"2d557e36-7044-431f-816b-ef42542fc7e0","html_url":"https://github.com/lxsmnsyc/solid-tippy","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"8d61df2f317d88ae0572ab58fc9a0cc9f19a439a"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/lxsmnsyc/solid-tippy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxsmnsyc%2Fsolid-tippy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxsmnsyc%2Fsolid-tippy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxsmnsyc%2Fsolid-tippy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxsmnsyc%2Fsolid-tippy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lxsmnsyc","download_url":"https://codeload.github.com/lxsmnsyc/solid-tippy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxsmnsyc%2Fsolid-tippy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267638774,"owners_count":24119764,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-08-01T07:01:06.130Z","updated_at":"2025-07-29T06:04:55.227Z","avatar_url":"https://github.com/lxsmnsyc.png","language":"TypeScript","funding_links":[],"categories":["📦 Components \u0026 Libraries"],"sub_categories":["UI Components"],"readme":"# solid-tippy\n\n\u003e SolidJS bindings for [Tippy.js](https://atomiks.github.io/tippyjs/)\n\n[![NPM](https://img.shields.io/npm/v/solid-tippy.svg)](https://www.npmjs.com/package/solid-tippy) [![JavaScript Style Guide](https://badgen.net/badge/code%20style/airbnb/ff5a5f?icon=airbnb)](https://github.com/airbnb/javascript)[![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square\u0026logo=codesandbox)](https://codesandbox.io/s/github/LXSMNSYC/solid-tippy/tree/main/examples/solid-tippy-demo)\n\n## Install\n\n```bash\nnpm i tippy.js solid-tippy\n```\n\n```bash\nyarn add tippy.js solid-tippy\n```\n\n```bash\npnpm add tippy.js solid-tippy\n```\n\n## Usage\n\n```jsx\nimport { tippy, useTippy } from 'solid-tippy';\n\n// As directive\n\u003cbutton\n  use:tippy={{\n    props: {\n      content: 'This is a tooltip.',\n    },\n  }}\n\u003e\n  Example\n\u003c/button\u003e\n\n// as hook\nconst [anchor, setAnchor] = createSignal();\n\nuseTippy(anchor, {\n  props: {\n    content: 'This is a tooltip.',\n  },\n});\n\n\u003cbutton ref={anchor}\u003e\n  Example\n\u003c/button\u003e\n```\n\n### Options\n\n- `disabled`: Disables the Tippy instance. Defaults to `false`.\n- `hidden`: Hides the Tippy instance. Defaults to `false`.\n- `props`: Props to be passed to the Tippy instance when creating or updating it. You can read more about it [here](https://atomiks.github.io/tippyjs/v6/all-props/).\n\n### Headless mode\n\nYou may use `tippyHeadless` or `useTippyHeadless` instead of `tippy` and `useTippy` for Headless Tippy instances.\n\n## License\n\nMIT © [lxsmnsyc](https://github.com/lxsmnsyc)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flxsmnsyc%2Fsolid-tippy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flxsmnsyc%2Fsolid-tippy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flxsmnsyc%2Fsolid-tippy/lists"}