0.5.2 • Published 6 years ago

@eightshapes/esds-button v0.5.2

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

ESDS Button

Install using npm:

npm install @eightshapes/esds-button

Component Doc

Outputs

The package contains:

  • /dist/esds-button-web-component.js ES6 compatible web component definition for <esds-button>.

    • /dist/EsdsButton.js ES6 module that exports an EsdsButton Lit Element class. Use to define your own custom element tag:

      import { EsdsButton } from
      '@eightshapes/esds-button/dist/EsdsButton.js';
      customElements.define('aliased-button', EsdsButton);
      // Creates <aliased-button> tag

      Running the dev environment locally

      Refer to the ESDS Component Readme

0.5.2

6 years ago

0.5.0

6 years ago

0.5.1

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.7

6 years ago

0.3.6

6 years ago

0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.0

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago