@eightshapes/esds-button
v0.5.2
Published
Install using npm: ``` npm install @eightshapes/esds-button ```
Readme
ESDS Button
Install using npm:
npm install @eightshapes/esds-buttonOutputs
The package contains:
/dist/esds-button-web-component.jsES6 compatible web component definition for<esds-button>./dist/EsdsButton.jsES6 module that exports anEsdsButtonLit 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> tagRunning the dev environment locally
Refer to the ESDS Component Readme
