react-text-format
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "react-text-format", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "React Component to find and format links, emails, phone numbers and credit cards to required format.", | ||
@@ -5,0 +5,0 @@ "author": "Ahsan Bilal", |
@@ -48,3 +48,8 @@ # react-text-format | ||
<br /><br /> | ||
This is demo phone Number 123.456.7890 | ||
This is demo phone Number 123.456.7890 <br /> | ||
This is demo phone Number 2125551212 <br /> | ||
This is demo phone Number (212) 555 1212 <br /> | ||
This is demo phone Number (212) 555-1212 <br /> | ||
This is demo phone Number 212-555-1212 ext. 101 <br /> | ||
This is demo phone Number 212 555 1212 x101 <br /> | ||
<br /><br /> | ||
@@ -57,5 +62,4 @@ This is an anchor <a href="http://formatter.com">http://formatter.com</a>; | ||
###### Output: | ||
![Generated Avatar](https://image.ibb.co/fEgvXf/basic-implementation.png) | ||
![Generated Avatar](https://preview.ibb.co/dPOwfA/react-text-format-basic.png) | ||
### Advance Implementation | ||
@@ -146,3 +150,8 @@ ```js | ||
<br /><br /> | ||
This is demo phone Number 123.456.7890 | ||
This is demo phone Number 123.456.7890 <br /> | ||
This is demo phone Number 2125551212 <br /> | ||
This is demo phone Number (212) 555 1212 <br /> | ||
This is demo phone Number (212) 555-1212 <br /> | ||
This is demo phone Number 212-555-1212 ext. 101 <br /> | ||
This is demo phone Number 212 555 1212 x101 <br /> | ||
<br /><br /> | ||
@@ -156,2 +165,2 @@ This is an anchor <a href="http://formatter.com">http://formatter.com</a>; | ||
###### Output: | ||
![Generated Avatar](https://image.ibb.co/iiS2Cf/adv-implementation.png) | ||
![Generated Avatar](https://image.ibb.co/fTNp0A/react-text-format-advance.png) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34021
163
2849965