0.18.0 • Published 3 years ago

@eightshapes/esds-example-code-pair v0.18.0

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

ESDS Example Code Pair

Install using npm:

npm install @eightshapes/esds-example-code-pair

Component Doc

Outputs

The package contains:

  • /dist/esds-example-code-pair-web-component.js ES6 compatible web component definition for <esds-example-code-pair>.

    • /dist/EsdsExampleCodePair.js ES6 module that exports an EsdsExampleCodePair Lit Element class. Use to define your own custom element tag:

      import { EsdsExampleCodePair } from
      '@eightshapes/esds-example-code-pair/dist/EsdsExampleCodePair.js';
      customElements.define('aliased-example-code-pair', EsdsExampleCodePair);
      // Creates <aliased-example-code-pair> tag

      Running the dev environment locally

      Refer to the ESDS Component Readme

0.18.0

3 years ago

0.17.0

4 years ago

0.16.0

4 years ago

0.15.0

4 years ago

0.14.1

4 years ago

0.13.0

4 years ago

0.14.0

4 years ago

0.12.0

4 years ago

0.11.2

4 years ago

0.11.1

4 years ago

0.11.0

5 years ago

0.10.1

5 years ago

0.10.0

5 years ago

0.9.1

5 years ago

0.9.0

5 years ago

0.8.0

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.1

5 years ago