paper-input-money
A Polymer 2 input for displaying currency with locale features
[ This description is mirrored from README.md at github.com/unionthugface/paper-input-money on 2019-05-10 ]
<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>
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Dependencies
Polymer/polymer#^2.0.0
- PolymerElements/paper-input#^2.0.1
- Released
- 2018-03-15
- Maturity
- IMPORTED
- License
- Other
Compatibility
- Framework
- Polymer 2.0+
- Browser
- Browser Independent
paper-input-money - Vaadin Add-on Directory
A Polymer 2 input for displaying currency with locale features
**[ This description is mirrored from README.md at [github.com/unionthugface/paper-input-money](https://github.com//unionthugface/paper-input-money/blob/v2.1.2/README.md) on 2019-05-10 ]**
[](https://www.webcomponents.org/element/unionthugface/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](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your element locally.
```html
```