{"id":22164542,"url":"https://github.com/ccencisoj/react-absoluted","last_synced_at":"2026-05-17T19:34:28.694Z","repository":{"id":63488737,"uuid":"567850453","full_name":"ccencisoj/react-absoluted","owner":"ccencisoj","description":"react-absolute is a react wrapper that works like a combination of position absolute and fixed","archived":false,"fork":false,"pushed_at":"2022-11-23T01:44:50.000Z","size":2849,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T19:33:43.527Z","etag":null,"topics":["absolute","absoluted","fixed","react","wrapper"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ccencisoj.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}},"created_at":"2022-11-18T18:22:23.000Z","updated_at":"2022-11-21T16:00:10.000Z","dependencies_parsed_at":"2023-01-22T04:35:55.760Z","dependency_job_id":null,"html_url":"https://github.com/ccencisoj/react-absoluted","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ccencisoj/react-absoluted","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccencisoj%2Freact-absoluted","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccencisoj%2Freact-absoluted/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccencisoj%2Freact-absoluted/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccencisoj%2Freact-absoluted/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ccencisoj","download_url":"https://codeload.github.com/ccencisoj/react-absoluted/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccencisoj%2Freact-absoluted/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33151815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["absolute","absoluted","fixed","react","wrapper"],"created_at":"2024-12-02T05:08:30.219Z","updated_at":"2026-05-17T19:34:28.654Z","avatar_url":"https://github.com/ccencisoj.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React-Absoluted\n\nreact-absolute is a react wrapper that **works like a combination of position absolute and fixed**\n\nElements with position absolute:\n- They generate scroll when the size is greater than the viewport\n- They are fixed in the defined position with respect to the parent\n\nElements with position fixed:\n- They do not generate scroll when the size is greater than the viewport\n- They are fixed in the defined position with respect to the viewport\n\nThis wrapper is fixed in the defined position with respect to the parent and does not generate a scroll when the size is greater than the viewport.\n\n## Getting started\n\n```shell\nnpm install react-absolute\n```\n\nImport Absoluted\n\n```jsx\nimport Absoluted from 'react-absoluted';\n// ...\n```\n\nWrap the elementos\n```jsx\n\u003cAbsoluted\u003e\n  \u003cimg src=\"/images/bubble1.svg\" alt=\"Image with size greater than the viewport\"/\u003e\n\u003c/Absoluted\u003e\n```\n## Example\n**To understand the example look at the scroll**\n\nImage with position absolute.\n\n![Bubble 1](https://github.com/ccencisoj/react-absoluted/blob/main/docs/images/bubble1.gif)\n\nImage with position fixed\n![Bubble 2](https://github.com/ccencisoj/react-absoluted/blob/main/docs/images/bubble2.gif)\n\nImage wrapped with Absoluted\n![\"Bubble 3\"](https://github.com/ccencisoj/react-absoluted/blob/main/docs/images/bubble3.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccencisoj%2Freact-absoluted","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fccencisoj%2Freact-absoluted","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccencisoj%2Freact-absoluted/lists"}