Important
This repository is unmaintained and the content in qiskit.org has been superseded by the IBM Quantum | Community page. These source files are no longer maintained and may contain omissions or outdated information. Contributions to this repo are no longer accepted.
Qiskit Components is a future-looking project to develop Qiskit design system based around Web Components, ES Modules, and modern browser standards.
- Node.js v16 or later.
npm install @qiskit/web-components
import '@qiskit/web-components/banner';
<qiskit-banner>We have an important announcement!</qiskit-banner>
- Node.js v16 or later.
Furthermore, this project is built on TypeScript with the intention of improving the developer experience.
npm install
This command serves the app at http://localhost:8000
:
npm start
This command runs the tests:
npm test