Directory

← Back

i18n-number

Wrapper element for Intl.NumberFormat

Author

Contributors

Rating

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

Build Status Coverage Status npm version Published on webcomponents.org

i18n-number

Wrapper element for Intl.NumberFormat.

Demo and API Docs

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

BSD-2-Clause

Compatibility

(Loading compatibility data...)

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/polymer#1.9 - 2
  • intl#^1.1.0
Released
2017-05-16
Maturity
IMPORTED
License
BSD 2-clause "Simplified" License

Compatibility

Framework
Polymer 2.0+
Polymer 1.0+ in 0.1.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. Vaadin Add-on Directory
The channel for finding, promoting, and distributing Vaadin add-ons.
Online