ESDS Data Table
Install using npm:
npm install @eightshapes/esds-data-table
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 anEsdsDataTable
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
Refer to the ESDS Component Readme
-