This is an element for Weweb, to display an verification code input.
To run locally, first install all dependencies with npm install.
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.
Before release, you can check build error by running npm run build --name="ww-input-verification-code" --type="element"