/paper-input-money

A Polymer 2 input for displaying currency with locale features

Primary LanguageHTMLBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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>