react-phone-number

1.3.1 • Public • Published

React Phone Number

A React component for rendering a phone number.

Usage

npm install --save react-phone-number

And then:

import PhoneNumber from 'react-phone-number';
<PhoneNumber number="+61412345678" />
<PhoneNumber number={user.phone} />

You can also have the a tel: link automatically added:

<PhoneNumber number={user.phone} isLinked={true} />

Testing

Install Babel CLI (npm install -g babel-cli) then then:

npm test

Dependents (0)

Package Sidebar

Install

npm i react-phone-number

Weekly Downloads

140

Version

1.3.1

License

ISC

Last publish

Collaborators

  • nathanhoad