{"id":22059207,"url":"https://github.com/pegasystems/react-sdk-components","last_synced_at":"2026-03-04T02:02:35.528Z","repository":{"id":169854256,"uuid":"572592681","full_name":"pegasystems/react-sdk-components","owner":"pegasystems","description":"The React SDK Components repo is used to create the @pega/react-sdk-components and @pega/react-sdk-overrides npm packages used by the Pega Constellation React SDK. These packages provide the initial set of components used by the React SDK to render DX Components with a design system other than Pega Constellation design system.","archived":false,"fork":false,"pushed_at":"2026-02-24T17:08:03.000Z","size":25890,"stargazers_count":9,"open_issues_count":17,"forks_count":7,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-02-24T21:42:37.290Z","etag":null,"topics":["infinity","pega"],"latest_commit_sha":null,"homepage":"https://community.pega.com/marketplace/components/react-sdk","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pegasystems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-11-30T15:52:57.000Z","updated_at":"2026-01-06T06:15:25.000Z","dependencies_parsed_at":"2024-01-23T14:06:27.789Z","dependency_job_id":"b2c504eb-6bb9-4621-8384-786662389ca8","html_url":"https://github.com/pegasystems/react-sdk-components","commit_stats":null,"previous_names":["pegasystems/react-sdk-components"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/pegasystems/react-sdk-components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pegasystems%2Freact-sdk-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pegasystems%2Freact-sdk-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pegasystems%2Freact-sdk-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pegasystems%2Freact-sdk-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pegasystems","download_url":"https://codeload.github.com/pegasystems/react-sdk-components/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pegasystems%2Freact-sdk-components/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30069231,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T01:03:42.280Z","status":"online","status_checked_at":"2026-03-04T02:00:07.464Z","response_time":59,"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":["infinity","pega"],"created_at":"2024-11-30T17:27:32.930Z","updated_at":"2026-03-04T02:02:35.513Z","avatar_url":"https://github.com/pegasystems.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg width=60% src=\"docs/media/ReactSDK-Logo.png\"\u003e\n\n# React SDK Components\n\nThe **React SDK Components** repo is used to create the [**@pega/react-sdk-components**](https://www.npmjs.com/package/@pega/react-sdk-components)\nand [**@pega/react-sdk-overrides**](https://www.npmjs.com/package/@pega/react-sdk-overrides) npm packages\nused by the Pega [**Constellation React SDK**](https://community.pega.com/marketplace/component/react-sdk).\nThese packages provide the initial set of components used by the **React SDK** to render DX Components with\na design system other than Pega Constellation design system.\n\nThis repository is provided to allow **React SDK** users easier access to the source code for\nthe DX Components that are in the npm packages mentioned above. As a public repo, we expect\nthat most users will use it as a reference to review and learn from the code that's in the\nnpm packages.\n\nTo create a project to use the Constellation React SDK, please use the **React SDK**. You can get started\nwith the React SDK using the information (including pointers to online documentation) at\n[**Pega Community**](https://community.pega.com/marketplace/component/react-sdk) and the React SDK code\non [**GitHub**](https://community.pega.com/marketplace/component/react-sdk).\n\n## Packages in this repo\n\n* [**react-sdk-components**](https://www.npmjs.com/package/@pega/react-sdk-components) \u003cbr /\u003e\nThis package contains the source code for the Pega-provided **bridge** (in src/bridge)\nfrom the [**ConstellationJS Engine**](https://www.npmjs.com/package/@pega/constellationjs) to\nthe **DX components** (in src/components). The DX Components are a reference implementation that\nuse the [Material UI](https://v4.mui.com/) design system. The bridge and components are\npublished in the [**@pega/react-sdk-components**](https://www.npmjs.com/package/@pega/react-sdk-components)\nnpm module.\n\n* [**react-sdk-overrides**](https://www.npmjs.com/package/@pega/react-sdk-overrides) \u003cbr /\u003e\nScripts in this repo process the components in the **react-sdk-components** package to provide\nan initial implementation for SDK users who want to **override** the React SDK's Pega-provided\nimplementation. The source code for these override components is published in the\n[**@pega/react-sdk-overrides**](https://www.npmjs.com/package/@pega/react-sdk-overrides) npm module.\n\n\n\u003chr /\u003e\n\n## License\n\nThis project is licensed under the terms of the **Apache 2** license.\n\nYou can see the full license [here](LICENSE) or directly on [apache.org](https://www.apache.org/licenses/LICENSE-2.0).\n\n\n\u003chr /\u003e\n\n## Contributing\n\nWe welcome contributions to the React SDK Components project.\n\nRefer to our [guidelines for contributors](./docs/CONTRIBUTING.md) if you are interested in contributing to the project.\n\n\u003chr /\u003e\n\n## Additional Resources\n\n* [Constellaton React SDK on Pega Community](https://community.pega.com/marketplace/component/react-sdk)\n* [Constellation React SDK code](https://github.com/pegasystems/react-sdk)\n* [Constellation SDKs Documentation](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/constellation-sdks.html)\n* [Troubleshooting Constellation SDKs](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/troubleshooting-constellation-sdks.html)\n* [MediaCo sample application](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/mediaco-sample-application.html)\n* [Material UI](https://v4.mui.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpegasystems%2Freact-sdk-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpegasystems%2Freact-sdk-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpegasystems%2Freact-sdk-components/lists"}