0.6.0 • Published 3 years ago

@eightshapes/esds-do-dont v0.6.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

ESDS Do Dont

Install using npm:

npm install @eightshapes/esds-do-dont

Component Doc

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 an EsdsDoDont 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

0.5.0

3 years ago

0.6.0

3 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago