0.5.2 • Published 5 years ago
@eightshapes/esds-card v0.5.2
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