@qiskit/web-components
v0.15.4
Published
Qiskit Components is a future-looking project to develop Qiskit design system based around Web Components, ES Modules, and modern browser standards.
Downloads
16
Keywords
Readme
Qiskit Components
Qiskit Components is a future-looking project to develop Qiskit design system based around Web Components, ES Modules, and modern browser standards.
Usage
Prerequisites
- Node.js v16 or later.
Install
npm install @qiskit/web-components
Example
import '@qiskit/web-components/banner';
<qiskit-banner>We have an important announcement!</qiskit-banner>
Contributing
Prerequisites
- Node.js v16 or later.
Furthermore, this project is built on TypeScript with the intention of improving the developer experience.
Install the dependencies
npm install
Start the development server (with Storybook)
This command serves the app at http://localhost:8000
:
npm start
Running the tests
This command runs the tests:
npm test