@eightshapes/esds-data-table

0.2.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @eightshapes/esds-data-table

Weekly Downloads

3

Version

0.2.2

License

MIT

Unpacked Size

134 kB

Total Files

17

Last publish

Collaborators

  • kevinmpowell
  • detzi
  • nathanacurtis