@qualcomm-ui/qds-core
v1.10.4
Published
qds core components
Downloads
1,116
Readme
@qualcomm-ui/qds-core
Qualcomm Design System (QDS) core components and design tokens.
For documentation and usage guides:
Design Tokens
This library features a utility script that extracts design tokens from the QDS Foundations Library Figma file and assembles them into 6 separate CSS files:
- qualcomm (dark/light)
- snapdragon (dark/light)
- dragonwing (dark/light)
Sync with latest
To sync with the latest version from Figma:
- ensure that your Figma access token is set via the
FIGMA_REST_TOKENenvironment variable. - Run the following command from the repository root:
pnpm -C packages/common/qds-core extract-design-tokensThis will extract the design tokens, build the CSS, and write the output files to ./src/styles.
