0.3.0 • Published 3 years ago

@eightshapes/esds-prose v0.3.0

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

ESDS Prose

Install using npm:

npm install @eightshapes/esds-prose

Component Doc

Outputs

The package contains:

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

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

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

      Running the dev environment locally

      Refer to the ESDS Component Readme

0.3.0

3 years ago

0.2.3

3 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.2.2

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago