https://github.com/qualcomm/qualcomm-ui-utils
Qualcomm UI Utilities
https://github.com/qualcomm/qualcomm-ui-utils
Last synced: 21 days ago
JSON representation
Qualcomm UI Utilities
- Host: GitHub
- URL: https://github.com/qualcomm/qualcomm-ui-utils
- Owner: qualcomm
- License: bsd-3-clause-clear
- Created: 2025-10-07T19:04:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-06-03T22:06:58.000Z (25 days ago)
- Last Synced: 2026-06-03T23:08:32.308Z (25 days ago)
- Language: TypeScript
- Size: 1.56 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE-OF-CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# QUI Utils
QUI 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.
This repository contains utility scripts that support the development of the main [QUI repository](https://github.com/qualcomm/qualcomm-ui).
## Branches
**main**: Primary development branch. Contributors should develop submissions based on this branch, and submit pull requests to this branch.
## Requirements
- [Node.js](https://nodejs.org/en) `^20.19.0 || ^22.12.0 || ^24.0.0`
- [pnpm](https://pnpm.io/installation#using-corepack)
- Do not install pnpm globally. Use [Corepack](https://pnpm.io/installation#using-corepack)
- Use corepack to install the version in the root `package.json` `packageManager` field:
- `corepack enable pnpm` (you only need to do this once for the version of node that you're using)
## Installation Instructions
```shell
pnpm i
```
## Development
TODO: insert link to contribution documentation
## Getting in Contact
* [Report an Issue on GitHub](../../issues)
* [Open a Discussion on GitHub](../../discussions)
## License
*QUI Utils* 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.