@eightshapes/esds-tabs
v0.6.3
Published
Install using npm: ``` npm install @eightshapes/esds-tabs ```
Downloads
33
Readme
ESDS Tabs
Install using npm:
npm install @eightshapes/esds-tabs
Outputs
The package contains:
/dist/esds-tabs-web-component.js
ES6 compatible web component definition for<esds-tabs>
./dist/EsdsTabs.js
ES6 module that exports anEsdsTabs
Lit Element class. Use to define your own custom element tag:
import { EsdsTabs } from '@eightshapes/esds-tabs/dist/EsdsTabs.js'; customElements.define('aliased-tabs', EsdsTabs); // Creates <aliased-tabs> tag
Running the dev environment locally
Refer to the ESDS Component Readme