0.4.2 • Published 5 years ago
@eightshapes/esds-background-demo v0.4.2
ESDS Background Demo
Install using npm:
npm install @eightshapes/esds-background-demo
Outputs
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 anEsdsBackgroundDemo
Lit 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> tag
Running the dev environment locally
Refer to the ESDS Component Readme
0.4.2
5 years ago
0.4.1
5 years ago
0.4.0
5 years ago
0.3.9
5 years ago
0.3.8
5 years ago
0.3.7
5 years ago
0.3.6
5 years ago
0.3.5
5 years ago
0.3.4
5 years ago
0.3.3
5 years ago
0.3.2
5 years ago
0.3.0
5 years ago
0.3.1
5 years ago
0.2.4
5 years ago
0.2.3
5 years ago
0.2.2
5 years ago
0.2.1
5 years ago
0.2.0
5 years ago
0.1.2
5 years ago