react-typewriter-effect
react-typewriter-effect copied to clipboard
Can I insert hyperlinks into text?
Hello! I love this package. It is very useful. However I am trying to use relative and external links within the text getting outputted and I have not found a way to do this. Do you have any recommendations? I have tried both the tag as well as the tag. Either the entire string gets outputted literally or I get an unexpected token error.
For reference, here is the block of code
<TypeWriterEffect textStyle={{ fontFamily: 'monospace', color: 'white', fontSize: '1em', float: 'left', margin: '16px'}} startDelay={108000} cursorColor="white" text="Finally, if you would like to look at my resume it can be accessed by clicking <Link to='/resume'>Here</Link>" typeSpeed={100} scrollArea={Index} hideCursorAfterText= "false" />