0.5.2 • Published 3 years ago

@eightshapes/esds-icon v0.5.2

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

ESDS Icon

Install using npm:

npm install @eightshapes/esds-icon

Component Doc

Outputs

The package contains:

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

  • /dist/esds-icon-web-component-legacy.js
    ES5 compatible web component definition for <esds-icon>. (IE11) Compatible with ES5 browsers (IE11).

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

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

Running the dev environment locally

Refer to the ESDS Component Readme

0.5.2

3 years ago

0.5.0

4 years ago

0.5.1

4 years ago

0.4.10

4 years ago

0.4.9

4 years ago

0.4.8

4 years ago

0.4.5

4 years ago

0.4.6

4 years ago

0.4.4

4 years ago

0.4.3

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.4.2

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.0

4 years ago

0.3.1

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago