i18n-number
Wrapper element for Intl.NumberFormat
[ This description is mirrored from README.md at github.com/t2ym/i18n-number on 2019-05-22 ]
i18n-number
Wrapper element for Intl.NumberFormat.

Install
npm install i18n-number
Import
import "i18n-number/i18n-number.js";
Usage
<i18n-number
lang="en"
options='{ "style": "currency", "currency": "USD" }'
>123456.78</i18n-number>
This renders as follows:
$123,456.78
Demo
Prerequisite for Building and Serving Demo
npm install -g polymer-cli
On-the-fly Build
# Serve at http://localhost:8080/components/i18n-number/demo/
polymer serve --npm --module-resolution=node -p 8080
Static Builds
- Build
polymer build
- Targets
target | browser | minify | bundled |
---|---|---|---|
build/esm-unbundled | es6,modules | no | no |
build/esm-bundled | es6,modules | yes | yes |
build/es6-bundled | es6 | yes | yes |
build/es5-bundled | es5 | yes | yes |
- Serve
# Serve at http://localhost:8080/
cd build/{esm-unbundled|esm-bundled|es6-bundled|es5-bundled}
python -m SimpleHTTPServer 8080 # or any HTTP(S) server
License
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#^1.8.1
- intl#^1.1.0
- Released
- 2017-04-15
- Maturity
- IMPORTED
- License
- BSD 2-clause "Simplified" License
Compatibility
- Framework
- Polymer 1.0+
- Polymer 2.0+ in 2.0.0
- Polymer 3.0+ in 3.0.0-pre.2
- Browser
- Browser Independent
Vaadin Add-on Directory
Find open-source widgets, add-ons, themes, and integrations for your Vaadin application.