0.5.2 • Published 6 years ago

@eightshapes/esds-thumbnail v0.5.2

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

ESDS Thumbnail

Install using npm:

npm install @eightshapes/esds-thumbnail

Component Doc

Outputs

The package contains:

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

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

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

import { EsdsThumbnail } from '@eightshapes/esds-thumbnail/dist/EsdsThumbnail.js';
customElements.define('aliased-thumbnail', EsdsThumbnail);
// Creates <aliased-thumbnail> 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.8

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.4

6 years ago

0.2.3

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago