{"id":19226464,"url":"https://github.com/jasonraimondi/react-github-ui","last_synced_at":"2026-05-07T18:12:14.980Z","repository":{"id":247158642,"uuid":"824812598","full_name":"jasonraimondi/react-github-ui","owner":"jasonraimondi","description":"A React component library for displaying GitHub contributors and sponsors. Preview on tsoauth2server.com","archived":false,"fork":false,"pushed_at":"2024-08-10T02:57:53.000Z","size":86,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-04T21:44:20.628Z","etag":null,"topics":["github","github-contributors","github-sponsors","react","react-component"],"latest_commit_sha":null,"homepage":"","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/jasonraimondi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2024-07-06T02:50:50.000Z","updated_at":"2024-08-14T15:44:24.000Z","dependencies_parsed_at":"2024-07-07T01:46:45.363Z","dependency_job_id":null,"html_url":"https://github.com/jasonraimondi/react-github-ui","commit_stats":null,"previous_names":["jasonraimondi/react-github-ui"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonraimondi%2Freact-github-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonraimondi%2Freact-github-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonraimondi%2Freact-github-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonraimondi%2Freact-github-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jasonraimondi","download_url":"https://codeload.github.com/jasonraimondi/react-github-ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239933129,"owners_count":19720735,"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":["github","github-contributors","github-sponsors","react","react-component"],"created_at":"2024-11-09T15:18:55.127Z","updated_at":"2026-05-07T18:12:09.963Z","avatar_url":"https://github.com/jasonraimondi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @jmondi/github-ui\n\nA React component library for displaying GitHub contributors and sponsors with a modern UI.\n\n## Features\n\n- Display GitHub repository contributors\n- Show GitHub sponsors for a user\n- Responsive and customizable UI\n- Built with React and Tailwind CSS\n- Efficient data fetching with SWR\n\n## Installation\n\n```bash\nnpm install @jmondi/github-ui\n# or\nyarn add @jmondi/github-ui\n# or\npnpm add @jmondi/github-ui\n```\n\n## Usage\n\n### Contributors Component\n\n```jsx\nimport { Contributors } from '@jmondi/github-ui/contributors';\nimport '@jmondi/github-ui/style.css';\n\nfunction MyComponent() {\n  return (\n    \u003cContributors\n      owner=\"facebook\"\n      repo=\"react\"\n      refreshInterval={3600000} // Optional: 1 hour in milliseconds\n    /\u003e\n  );\n}\n```\n\n### Sponsors Component\n\n```jsx\nimport { Sponsors } from '@jmondi/github-ui/sponsors';\nimport '@jmondi/github-ui/style.css';\n\nfunction MyComponent() {\n  return (\n    \u003cSponsors\n      username=\"octocat\"\n      refreshInterval={3600000} // Optional: 1 hour in milliseconds\n    /\u003e\n  );\n}\n```\n\n## API\n\n### Contributors Props\n\n| Prop | Type | Default | Description |\n|------|------|---------|-------------|\n| owner | string | - | GitHub repository owner |\n| repo | string | - | GitHub repository name |\n| refreshInterval | number | 3600000 | Data refresh interval in milliseconds |\n\n### Sponsors Props\n\n| Prop | Type | Default | Description |\n|------|------|---------|-------------|\n| username | string | - | GitHub username |\n| refreshInterval | number | 3600000 | Data refresh interval in milliseconds |\n\n## Development\n\n1. Clone the repository\n2. Install dependencies: `pnpm install`\n3. Build the project: `pnpm build`\n4. Format code: `pnpm format`\n\n## License\n\nMIT\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\nWould you like me to explain or elaborate on any part of this README?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonraimondi%2Freact-github-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasonraimondi%2Freact-github-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonraimondi%2Freact-github-ui/lists"}