{"id":25690868,"url":"https://github.com/sagarhani/component-library","last_synced_at":"2026-05-05T01:40:52.463Z","repository":{"id":42765364,"uuid":"277128833","full_name":"sagarhani/component-library","owner":"sagarhani","description":"📚  React Component Library","archived":false,"fork":false,"pushed_at":"2023-01-06T10:40:18.000Z","size":3797,"stargazers_count":1,"open_issues_count":9,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-18T01:03:14.437Z","etag":null,"topics":["component-library","react","styled-components","styled-system"],"latest_commit_sha":null,"homepage":"https://sagarhani.github.io/component-library/","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/sagarhani.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":"2020-07-04T14:46:26.000Z","updated_at":"2022-06-27T07:21:13.000Z","dependencies_parsed_at":"2023-02-05T22:02:18.163Z","dependency_job_id":null,"html_url":"https://github.com/sagarhani/component-library","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sagarhani/component-library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagarhani%2Fcomponent-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagarhani%2Fcomponent-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagarhani%2Fcomponent-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagarhani%2Fcomponent-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sagarhani","download_url":"https://codeload.github.com/sagarhani/component-library/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagarhani%2Fcomponent-library/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32632290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: 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":["component-library","react","styled-components","styled-system"],"created_at":"2025-02-24T22:51:21.067Z","updated_at":"2026-05-05T01:40:52.437Z","avatar_url":"https://github.com/sagarhani.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Component Library\n\n\u003e 📚 React based component library\n\n## Installation\n\n```bash\nnpm i @sagarhani/component-library react react-dom styled-components styled-system\n```\n\nor\n\n```bash\nyarn add @sagarhani/component-library react react-dom styled-components styled-system\n```\n\n## Set up Provider\n\nFor Component library to work correctly, you need to set up the `ThemeProvider` at the root of your application.\n\nGo to the root of your application and do this:\n\n```js\nimport * as React from 'react';\n\n// 1. import `ThemeProvider` component\nimport { ThemeProvider } from '@sagarhani/component-library';\n\nfunction App({ Component }) {\n  // 2. Use at the root of your app\n  return (\n    \u003cThemeProvider\u003e\n      \u003cComponent /\u003e\n    \u003c/ThemeProvider\u003e\n  );\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsagarhani%2Fcomponent-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsagarhani%2Fcomponent-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsagarhani%2Fcomponent-library/lists"}