Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 485 Bytes

File metadata and controls

16 lines (9 loc) · 485 Bytes

WW-FORM-INPUT

This is an element for Weweb, to display an input. It make the input type and debounce value bindable.

Installation

To run locally, first install all dependencies with npm install.

Start

To serve locally, run npm run serve --port=[PORT], and then go to Weweb editor, open developper popup and add localhost:[PORT] as custom element.

Build

Before release, you can check build error by running npm run build --name="ww-form-input" --type="element"