react-linkify-all
Advanced tools
Comparing version
{ | ||
"name": "react-linkify-all", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "Modal pop up on hover, clickable links in text - everything is here. This is NPM package that converts text with links into an array of React components. Customizable. Built-in support of emails, Telegram, Twitter mentions. Own pattern can be used to linkify everything", | ||
@@ -5,0 +5,0 @@ "author": "suvmer, https://github.com/suvmer", |
@@ -35,5 +35,6 @@ # react-linkify-all | ||
``` | ||
Props like "twitters", "emails" could be added optionally. | ||
Available props: *emails, instagrams, links, tgs, twitters* | ||
And their corresponding components: ```<Emails/>, <Instagrams/>, <Links/>, <Tgs/>, <Twitters/>``` | ||
Also you can use ```<Emails/>, <Twitters/>, <Tgs/>, ... ``` and method ```linkify()``` to linkify. | ||
Also you can use method ```linkify()``` to linkify(an example is given below). | ||
@@ -40,0 +41,0 @@ ### Example with react components: |
353936
0.02%127
0.79%