0.6.3 • Published 3 years ago

@eightshapes/esds-tabs v0.6.3

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

ESDS Tabs

Install using npm:

npm install @eightshapes/esds-tabs

Component Doc

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 an EsdsTabs 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

0.6.3

3 years ago

0.6.2

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.3

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.4

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

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