Getting started
Overview
Quantum is a DOM-based library that allows you to slot children of a component without using the Shadow DOM. it is intended to be used in browser environments only.
Quantum is part of the DNA project, which aims to bring progressive enhancement to Web Components.
Install
Quantum is published to the NPM registry.
bash
npm install @chialab/quantum
bash
yarn add @chialab/quantum
bash
pnpm add @chialab/quantum
Quantum is distributed as an ES module and can be used without bundler nor transpiler in any modern environment supporting ES Modules.