@eightshapes/esds-card
v0.5.2
Published
Install using npm: ``` npm install @eightshapes/esds-card ```
Downloads
36
Readme
ESDS Card
Install using npm:
npm install @eightshapes/esds-cardOutputs
The package contains:
/dist/esds-card-web-component.jsES6 compatible web component definition for<esds-card>./dist/EsdsCard.jsES6 module that exports anEsdsCardLit 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> tagRunning the dev environment locally
Refer to the ESDS Component Readme
