ESDS List Group
Install using npm:
npm install @eightshapes/esds-list-group
Outputs
The package contains:
-
/dist/esds-list-group-web-component.js
ES6 compatible web component definition for<esds-list-group>
.-
/dist/EsdsListGroup.js
ES6 module that exports anEsdsListGroup
Lit Element class. Use to define your own custom element tag:
import { EsdsListGroup } from '@eightshapes/esds-list-group/dist/EsdsListGroup.js'; customElements.define('aliased-list-group', EsdsListGroup); // Creates <aliased-list-group> tag
Refer to the ESDS Component Readme
-