{"id":13479482,"url":"https://github.com/zzarcon/react-gh-corner","last_synced_at":"2026-03-05T19:42:07.859Z","repository":{"id":32533451,"uuid":"136392309","full_name":"zzarcon/react-gh-corner","owner":"zzarcon","description":"React portals + Github corners + Styled component = 💘","archived":false,"fork":false,"pushed_at":"2023-01-07T04:08:42.000Z","size":4333,"stargazers_count":38,"open_issues_count":12,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T09:39:00.478Z","etag":null,"topics":["gh","gh-corner","gh-pages","github","github-corner","github-pages","portal","react","react-dom","react-portal"],"latest_commit_sha":null,"homepage":"https://zzarcon.github.io/react-gh-corner/","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/zzarcon.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}},"created_at":"2018-06-06T22:22:16.000Z","updated_at":"2023-03-28T11:17:15.000Z","dependencies_parsed_at":"2023-01-14T21:45:24.378Z","dependency_job_id":null,"html_url":"https://github.com/zzarcon/react-gh-corner","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzarcon%2Freact-gh-corner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzarcon%2Freact-gh-corner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzarcon%2Freact-gh-corner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzarcon%2Freact-gh-corner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zzarcon","download_url":"https://codeload.github.com/zzarcon/react-gh-corner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248120457,"owners_count":21050948,"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":["gh","gh-corner","gh-pages","github","github-corner","github-pages","portal","react","react-dom","react-portal"],"created_at":"2024-07-31T16:02:17.296Z","updated_at":"2026-03-05T19:42:02.797Z","avatar_url":"https://github.com/zzarcon.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# react-gh-corner [![Build Status](https://travis-ci.org/zzarcon/react-gh-corner.svg?branch=master)](https://travis-ci.org/zzarcon/react-gh-corner)\n\u003e React portals + Github corners + Styled component = 💘\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"demo.gif\" alt=\"demo\"\u003e\n  \u003cbr\u003e\u003cbr\u003e\n\u003c/div\u003e\n\n# Demo 🍿\n\n[https://zzarcon.github.io/react-gh-corner](https://zzarcon.github.io/react-gh-corner)\n\n# Install 🚀\n\n```\n$ yarn add react-gh-corner\n```\n\n# Usage ⛏\n\n**Basic** \n\n```tsx\nimport GHCorner from 'react-gh-corner';\n\n\u003cGHCorner href=\"https://github.com/zzarcon/react-gh-corner\" /\u003e\n```\n\n**Custom**\n\n```tsx\nimport GHCorner from 'react-gh-corner';\n\n\u003cGHCorner\n  href=\"https://github.com/zzarcon/react-gh-corner\"\n  position=\"top-right\"\n  bgColor=\"hotpink\"\n  size={250}\n  ariaLabel=\"Check my project\"\n  openInNewTab={true}\n/\u003e\n```\n\n# Api 📚\n\n```ts\ntype CornerPosition = 'top-right' | 'top-left';\n\ninterface Props {\n  href: string;\n  position?: CornerPosition;\n  bgColor?: string;\n  size?: number;\n  ariaLabel?: string;\n  openInNewTab?: boolean;\n}\n```\n\nSee [example/](https://github.com/zzarcon/react-gh-corner/tree/master/example) for full example.\n\n# Author\n\n[@zzarcon](https://twitter.com/zzarcon)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzzarcon%2Freact-gh-corner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzzarcon%2Freact-gh-corner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzzarcon%2Freact-gh-corner/lists"}