@eightshapes/esds-prose
v0.3.0
Published
Install using npm: ``` npm install @eightshapes/esds-prose ```
Downloads
17
Readme
ESDS Prose
Install using npm:
npm install @eightshapes/esds-prose
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 anEsdsProse
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