@eightshapes/esds-prose
v0.3.0
Published
Install using npm: ``` npm install @eightshapes/esds-prose ```
Readme
ESDS Prose
Install using npm:
npm install @eightshapes/esds-proseOutputs
The package contains:
/dist/esds-prose-web-component.jsES6 compatible web component definition for<esds-prose>./dist/EsdsProse.jsES6 module that exports anEsdsProseLit 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> tagRunning the dev environment locally
Refer to the ESDS Component Readme
