0.6.3 • Published 5 years ago

@eightshapes/esds-tabs v0.6.3

Weekly downloads
-
License
MIT
Repository
-
Last release
5 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

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.3

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.4

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago