potty / react-anchorme

⚓️ React component using Anchorme.js to detect urls and emails in a text and converts them into clickable HTML links.
MIT License
56 stars 7 forks source link

Passing options to anchorme.js? #8

Closed subpublic closed 3 years ago

subpublic commented 3 years ago

Hi

Is there a way to add options, passed to anchorme.js ?

Say I'd like to do <Anchorme options={{truncate: 6}}>text</Anchorme>

potty commented 3 years ago

Hi, I added option to truncate the text by adding truncate prop.

If you want to do some other custom transformation with the text, you can use custom link component and transform text to match your needs.