@eightshapes/esds-background-demo
v0.4.2
Published
Install using npm: ``` npm install @eightshapes/esds-background-demo ```
Downloads
73
Readme
ESDS Background Demo
Install using npm:
npm install @eightshapes/esds-background-demoOutputs
The package contains:
/dist/esds-background-demo-web-component.js
ES6 compatible web component definition for<esds-background-demo>./dist/esds-background-demo-web-component-legacy.js
ES5 compatible web component definition for<esds-background-demo>. (IE11) Compatible with ES5 browsers (IE11)./dist/EsdsBackgroundDemo.js
ES6 module that exports anEsdsBackgroundDemoLit Element class. Use to define your own custom element tag:
import { EsdsBackgroundDemo } from '@eightshapes/esds-background-demo/dist/EsdsBackgroundDemo.js';
customElements.define('aliased-background-demo', EsdsBackgroundDemo);
// Creates <aliased-background-demo> tagRunning the dev environment locally
Refer to the ESDS Component Readme
