{"id":34601655,"url":"https://github.com/qualcomm/qualcomm-ui","last_synced_at":"2026-06-11T07:01:11.278Z","repository":{"id":325013005,"uuid":"1056222201","full_name":"qualcomm/qualcomm-ui","owner":"qualcomm","description":"Qualcomm UI component library ","archived":false,"fork":false,"pushed_at":"2026-06-05T06:51:37.000Z","size":51683,"stargazers_count":8,"open_issues_count":7,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-05T07:37:26.888Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause-clear","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qualcomm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-09-13T16:33:28.000Z","updated_at":"2026-06-05T06:49:29.000Z","dependencies_parsed_at":"2026-02-19T22:04:06.696Z","dependency_job_id":"1da2d0f1-962f-4db8-96ca-ec0270214e79","html_url":"https://github.com/qualcomm/qualcomm-ui","commit_stats":null,"previous_names":["qualcomm/qualcomm-ui"],"tags_count":519,"template":false,"template_full_name":null,"purl":"pkg:github/qualcomm/qualcomm-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fqualcomm-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fqualcomm-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fqualcomm-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fqualcomm-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qualcomm","download_url":"https://codeload.github.com/qualcomm/qualcomm-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fqualcomm-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34186385,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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":[],"created_at":"2025-12-24T12:51:00.969Z","updated_at":"2026-06-11T07:01:11.242Z","avatar_url":"https://github.com/qualcomm.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![NPM Downloads](https://img.shields.io/npm/dw/%40qualcomm-ui%2Fcore)\n![GitHub commit activity](https://img.shields.io/github/commit-activity/w/qualcomm/qualcomm-ui)\n![GitHub Issues or Pull Requests](https://img.shields.io/github/issues-pr-closed/qualcomm/qualcomm-ui)\n\u003ca href=\"https://github.com/qualcomm/qualcomm-ui/actions/workflows/code-quality.yml\"\u003e\n\u003cimg alt=\"GitHub Actions Workflow Status\" src=\"https://img.shields.io/github/actions/workflow/status/qualcomm/qualcomm-ui/code-quality.yml\"\u003e\n\u003c/a\u003e\n\n\u003ca target=\"_blank\" href=\"https://react-next.qui.qualcomm.com\" style=\"text-decoration: none\"\u003e\n  \u003cimg alt=\"Website\" src=\"https://img.shields.io/website?url=https%3A%2F%2Freact-next.qui.qualcomm.com\u0026up_message=online\u0026label=React%20Docs\"\u003e\n\u003c/a\u003e\n\n\u003ca target=\"_blank\" href=\"https://angular-next.qui.qualcomm.com\" style=\"text-decoration: none\"\u003e\n  \u003cimg alt=\"Website\" src=\"https://img.shields.io/website?url=https%3A%2F%2Fangular-next.qui.qualcomm.com\u0026up_message=online\u0026label=Angular%20Docs\"\u003e\n\u003c/a\u003e\n\n# Qualcomm UI (QUI)\n\nQUI is a collection of high-quality, reusable UI components that can be used to build beautiful and responsive web applications. It features a cross-framework core layer for unification of styling and behavior, as well as framework adapters for React and Angular.\n\n- [React documentation](https://react-next.qui.qualcomm.com/)\n- [Angular documentation](https://angular-next.qui.qualcomm.com/)\n\n## Branches\n\n**main**: Primary development branch. Contributors should develop submissions based on this branch, and submit pull requests to this branch.\n\n## Requirements\n\n- [Node.js](https://nodejs.org/en) `^20.19.0 || ^22.12.0 || ^24.0.0`\n- [pnpm](https://pnpm.io/installation#using-corepack)\n  - Do not install pnpm globally. Use [Corepack](https://pnpm.io/installation#using-corepack)\n  - Use corepack to install the version in the root `package.json` `packageManager` field:\n    - `corepack enable pnpm` (you only need to do this once for the version of node that you're using)\n\n## Installation Instructions\n\n```shell\npnpm i\n```\n\n## Usage\n\n- It's generally a good idea to run `pnpm build` if you've just pulled from the main branch.\n- `pnpm dev` will run the dev script in every package except for documentation sites. I recommend using the filter option with `...`:\n  - `pnpm dev --filter @qualcomm-ui/react...`\n  - `pnpm dev --filter @qualcomm-ui/angular...`\n- `pnpm react-docs dev` will start the React documentation site.\n- `pnpm angular-docs dev` will start the Angular documentation site.\n- `pnpm doc-gen` will generate the TypeScript JSON documentation for all packages.\n\n## Development\n\nTODO: add contribution guidelines\n\n## Getting in Contact\n\n- [Report an Issue on GitHub](../../issues)\n- [Open a Discussion on GitHub](../../discussions)\n\n## License\n\n_QUI_ is licensed under the [BSD-3-Clause-Clear License](https://spdx.org/licenses/BSD-3-Clause-Clear.html). See [LICENSE.txt](LICENSE.txt) for the full license text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqualcomm%2Fqualcomm-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqualcomm%2Fqualcomm-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqualcomm%2Fqualcomm-ui/lists"}