quantinuum-ui
/
1.0.1
quantinuum-ui 1.0.1
Install from the command line:
Learn more about npm packages
$ npm install @cqcl/quantinuum-ui@1.0.1
Install via package.json:
"@cqcl/quantinuum-ui": "1.0.1"
About this version
Quantinuum design tokens and React components.
Based on shadcn, an opinionated tailwind / radix-ui theme. Shadcn isn't a direct dependency but has a CLI tool to generate components into this repo based on components.json
.
Run storybook
npm run dev
Run jest unit tests
npm run test
Build library with rollup
npm run build