@eightshapes/esds-card
v0.5.2
Published
Install using npm: ``` npm install @eightshapes/esds-card ```
Downloads
28
Readme
ESDS Card
Install using npm:
npm install @eightshapes/esds-card
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 anEsdsCard
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