8000 GitHub - sarvex/qiskit-web-components: Qiskit Web Components
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sarvex/qiskit-web-components

 
 

Repository files navigation

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

Install

npm install @qiskit/web-components

Example

import '@qiskit/web-components/banner';
<qiskit-banner>We have an important announcement!</qiskit-banner>

Contributing

Prerequisites

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

About

Qiskit Web Components

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 90.4%
  • SCSS 7.1%
  • JavaScript 2.5%
0