{"id":23275541,"url":"https://github.com/unoforge/flexipop","last_synced_at":"2025-08-21T08:31:45.828Z","repository":{"id":257773159,"uuid":"859398801","full_name":"unoforge/flexipop","owner":"unoforge","description":"An ultra-compact positioning engine","archived":false,"fork":false,"pushed_at":"2025-08-11T20:53:58.000Z","size":593,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-11T22:26:24.466Z","etag":null,"topics":["dropdown","popover","popper","positioning-engine","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/unoforge.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,"zenodo":null}},"created_at":"2024-09-18T15:39:51.000Z","updated_at":"2025-06-22T19:18:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"990fd896-1143-44da-8b51-820cf84cdd52","html_url":"https://github.com/unoforge/flexipop","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"f51abcc52b16d17cc324466585e80bf6e6c312a0"},"previous_names":["unify-ui-dev/flexipop","unoforge/flexipop"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/unoforge/flexipop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unoforge%2Fflexipop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unoforge%2Fflexipop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unoforge%2Fflexipop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unoforge%2Fflexipop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unoforge","download_url":"https://codeload.github.com/unoforge/flexipop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unoforge%2Fflexipop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271449270,"owners_count":24761644,"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-08-21T02:00:08.990Z","response_time":74,"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":["dropdown","popover","popper","positioning-engine","tooltip"],"created_at":"2024-12-19T21:14:48.119Z","updated_at":"2025-08-21T08:31:45.819Z","avatar_url":"https://github.com/unoforge.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flexipop\n\nAn ultra-compact positioning engine inspired by [Nanopop](https://www.npmjs.com/package/nanopop), but we decided to create our own solution. The main reason? We wanted something tailored specifically to our [library's](https://github.com/unify-ui-dev/flexilla) needs, while also taking the opportunity to learn new techniques and improve our problem-solving skills.\n\nThis library thrives on simplicity and efficiency.\n\n\u003e [!IMPORTANT]\n\u003e This package is a part of the `flexilla` library's ecosystem.\n\n\n## When to opt for FLEXIPOP over PopperJS?\n\nIf you are considering `flexipop` over `PopperJS`, it's likely due to similar reasons as [Nanopop](https://github.com/simonwep/nanopop/tree/master).\n\nChoose `FLEXIPOP` for a small, powerful, and efficient positioning solution.\n\n\n## Usage \n\nInstallation\n\n```bash\nnpm i flexipop\n```\n\nUsage \n\n```js\nimport { CreatePopper } from 'flexipop'\n\nnew CreatePopper(\n    referenceElement,//HTMLElement\n    popperElement,//HTMLElement\n    {\n    //   options here\n    }\n  )\n```\n\n### HTML Markup\n\n```html\n\u003cdiv data-reference-el\u003e\u003c/div\u003e\n\u003cdiv data-popper-el\u003eLeft-start\u003c/div\u003e\n```\n\n\n### CSS\n\n\u003e ⚠ The popperElement must have set `position` to `fixed`.\n\n```css\n[data-popper-el] {\n    position: fixed;\n    left    : var(--fx-popper-placement-x, 0px);\n    top     : var(--fx-popper-placement-y, 0px);\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funoforge%2Fflexipop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funoforge%2Fflexipop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funoforge%2Fflexipop/lists"}