1.3.1 • Published 9 years ago
react-phone-number v1.3.1
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