0.2.2 • Published 3 years ago

@eightshapes/esds-data-table v0.2.2

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

ESDS Data Table

Install using npm:

npm install @eightshapes/esds-data-table

Component Doc

Outputs

The package contains:

  • /dist/esds-data-table-web-component.js ES6 compatible web component definition for <esds-data-table>.

    • /dist/EsdsDataTable.js ES6 module that exports an EsdsDataTable Lit Element class. Use to define your own custom element tag:

      import { EsdsDataTable } from
      '@eightshapes/esds-data-table/dist/EsdsDataTable.js';
      customElements.define('aliased-data-table', EsdsDataTable);
      // Creates <aliased-data-table> tag

      Running the dev environment locally

      Refer to the ESDS Component Readme

0.2.2

3 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago