0.6.0 • Published 5 years ago
@eightshapes/esds-do-dont v0.6.0
ESDS Do Dont
Install using npm:
npm install @eightshapes/esds-do-dontOutputs
The package contains:
/dist/esds-do-dont-web-component.jsES6 compatible web component definition for<esds-do-dont>./dist/EsdsDoDont.jsES6 module that exports anEsdsDoDontLit 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> tagRunning the dev environment locally
Refer to the ESDS Component Readme