{"id":13531774,"url":"https://github.com/lxsmnsyc/solid-popper","last_synced_at":"2025-08-18T22:31:22.237Z","repository":{"id":57365890,"uuid":"404756883","full_name":"lxsmnsyc/solid-popper","owner":"lxsmnsyc","description":"SolidJS bindings for Popper.js","archived":false,"fork":false,"pushed_at":"2024-06-12T12:23:53.000Z","size":400,"stargazers_count":36,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-09T07:42:43.652Z","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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-09T14:36:42.000Z","updated_at":"2024-10-14T17:18:30.000Z","dependencies_parsed_at":"2024-01-14T02:00:51.306Z","dependency_job_id":"593d7a73-2f52-4fdc-90b7-5fcd65ee324f","html_url":"https://github.com/lxsmnsyc/solid-popper","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"d67691a2e7a56269e93365467b9edd9b2703f512"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxsmnsyc%2Fsolid-popper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxsmnsyc%2Fsolid-popper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxsmnsyc%2Fsolid-popper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxsmnsyc%2Fsolid-popper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lxsmnsyc","download_url":"https://codeload.github.com/lxsmnsyc/solid-popper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230284071,"owners_count":18202330,"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":[],"created_at":"2024-08-01T07:01:05.622Z","updated_at":"2024-12-18T14:12:56.581Z","avatar_url":"https://github.com/lxsmnsyc.png","language":"TypeScript","funding_links":[],"categories":["📦 Components \u0026 Libraries"],"sub_categories":["UI Components"],"readme":"# solid-popper\n\n\u003e SolidJS bindings for Popper.js\n\n[![NPM](https://img.shields.io/npm/v/solid-popper.svg)](https://www.npmjs.com/package/solid-popper) [![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-popper/tree/main/examples/solid-popper-demo)\n\n## Install\n\n```bash\nyarn add @popperjs/core solid-popper\n```\n\n## Usage\n\n```jsx\nimport { createSignal } from 'solid-js';\nimport usePopper from 'solid-popper';\n\nfunction Component() {\n  const [anchor, setAnchor] = createSignal();\n  const [popper, setPopper] = createSignal();\n\n  usePopper(anchor, popper, {\n    placement: 'auto',\n  });\n\n  return (\n    \u003c\u003e\n      \u003cbutton ref={setAnchor} type=\"button\"\u003eExample\u003c/button\u003e\n      \u003cdiv ref={setPopper}\u003eThis is a tooltip.\u003c/div\u003e\n    \u003c/\u003e\n  );\n}\n```\n\n## Sponsors\n\n![Sponsors](https://github.com/lxsmnsyc/sponsors/blob/main/sponsors.svg?raw=true)\n\n## License\n\nMIT © [lxsmnsyc](https://github.com/lxsmnsyc)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flxsmnsyc%2Fsolid-popper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flxsmnsyc%2Fsolid-popper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flxsmnsyc%2Fsolid-popper/lists"}