0.5.2 • Published 3 years ago

@eightshapes/esds-card v0.5.2

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

ESDS Card

Install using npm:

npm install @eightshapes/esds-card

Component Doc

Outputs

The package contains:

  • /dist/esds-card-web-component.js ES6 compatible web component definition for <esds-card>.

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

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

      Running the dev environment locally

      Refer to the ESDS Component Readme

0.5.2

3 years ago

0.5.0

4 years ago

0.5.1

4 years ago

0.4.1

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.4.0

4 years ago

0.3.6

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.0

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago