@eightshapes/esds-list-group

0.3.2 • Public • Published

ESDS List Group

Install using npm:

npm install @eightshapes/esds-list-group

Component Doc

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 an EsdsListGroup 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

    Running the dev environment locally

    Refer to the ESDS Component Readme

Readme

Keywords

none

Package Sidebar

Install

npm i @eightshapes/esds-list-group

Weekly Downloads

0

Version

0.3.2

License

MIT

Unpacked Size

384 kB

Total Files

20

Last publish

Collaborators

  • kevinmpowell
  • detzi
  • nathanacurtis