0.3.2 • Published 3 years ago

@eightshapes/esds-list-group v0.3.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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

0.3.2

3 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.10

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.7

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago