@eightshapes/esds-do-dont
v0.6.0
Published
Install using npm: ``` npm install @eightshapes/esds-do-dont ```
Downloads
3
Readme
ESDS Do Dont
Install using npm:
npm install @eightshapes/esds-do-dont
Outputs
The package contains:
/dist/esds-do-dont-web-component.js
ES6 compatible web component definition for<esds-do-dont>
./dist/EsdsDoDont.js
ES6 module that exports anEsdsDoDont
Lit Element class. Use to define your own custom element tag:
import { EsdsDoDont } from '@eightshapes/esds-do-dont/dist/EsdsDoDont.js'; customElements.define('aliased-do-dont', EsdsDoDont); // Creates <aliased-do-dont> tag
Running the dev environment locally
Refer to the ESDS Component Readme