0.3.2 • Published 5 years ago
@eightshapes/esds-list-group v0.3.2
ESDS List Group
Install using npm:
npm install @eightshapes/esds-list-groupOutputs
The package contains:
/dist/esds-list-group-web-component.jsES6 compatible web component definition for<esds-list-group>./dist/EsdsListGroup.jsES6 module that exports anEsdsListGroupLit 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> tagRunning the dev environment locally
Refer to the ESDS Component Readme