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/quantumbash
yarn add @chialab/quantumbash
pnpm add @chialab/quantumQuantum is distributed as an ES module and can be used without bundler nor transpiler in any modern environment supporting ES Modules.