@eightshapes/esds-data-table
v0.2.2
Published
Install using npm: ``` npm install @eightshapes/esds-data-table ```
Downloads
18
Readme
ESDS Data Table
Install using npm:
npm install @eightshapes/esds-data-tableOutputs
The package contains:
/dist/esds-data-table-web-component.jsES6 compatible web component definition for<esds-data-table>./dist/EsdsDataTable.jsES6 module that exports anEsdsDataTableLit 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> tagRunning the dev environment locally
Refer to the ESDS Component Readme
