Licence
ISC
Version
1.3.1
Deps
0
Vulns
0
Weekly
0
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