1.3.1 • Published 7 years ago

react-phone-number v1.3.1

Weekly downloads
228
License
ISC
Repository
github
Last release
7 years ago

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

1.3.1

7 years ago

1.3.0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

8 years ago

1.0.0

8 years ago