About the paper-input-money category

paper-input-money:
[ This description is mirrored from README.md at github.com/unionthugface/paper-input-money on 2019-05-10 ]

Published on webcomponents.org

<paper-input-money>

<paper-input-money> is a Polymer 2 input for displaying currency with locale features.

Install the Polymer-CLI

First, make sure you have the Polymer CLI installed. Then run polymer serve to serve your element locally.

<div>
<paper-input-money label="Input label"
				   always-float-label
				   required
				   value="2454"></paper-input-money>
</div>