A Polymer Element used to add formatting to telephone numbers.
<phone-formatter input="0123456789" format="parentheses"></phone-formatter>
The format property supports the following options:
Option | Examples |
---|---|
"dashes" | 012-345-6789, 111-222-333-4444 |
"parentheses" | (012) 345-6789, +111 (222) 333-4444 |
"periods" | 012.345.6789, 111.222.333.4444 |
"spaces" | 012 345 6789, 111 222 333 4444 |
an empty or unsupported option | 0123456789, +1112223334444 |
Dependencies are installed using Bower:
npm install -g bower
bower install
Tests are run using web-component-tester:
npm install -g web-component-tester
wct
Demonstration and documentation are viewed using polyserve:
npm install -g polyserve
polyserve