This is a supporting repository for the Qualcomm UI (QUI) component library.
The only prerequisite is Node.js.
- Templates are located in the
templatesdirectory. - Each template is a self-contained directory with QUI pre-installed and configured.
Instructions:
- Pick a template from the
templatesdirectory and run the following command:
npx tiged https://github.com/qualcomm/qualcomm-ui-templates/templates/<TEMPLATE_FOLDER> <PROJECT_NAME>Install dependencies using your preferred package manager, then you're ready to go.
The following example creates a new React Router SSR project named my-project:
npx tiged https://github.com/qualcomm/qualcomm-ui-templates/templates/react-router-ssr my-projectLocal development is only necessary if you plan to update templates.
main: Primary development branch. Contributors should develop submissions based on this branch, and submit pull requests to this branch.
- Node.js
^20.19.0 || ^22.12.0 || ^24.0.0
pnpm iQUI is licensed under the BSD-3-Clause-Clear License. See LICENSE.txt for the full license text.