maxeth / react-type-animation

A React typewriter animation based on typical with extended functionality and customization.
https://react-type-animation.netlify.app/
MIT License
427 stars 24 forks source link

Wrap a piece of text in a link #63

Closed GhoulYev closed 3 months ago

GhoulYev commented 3 months ago

Is it possible to wrap part of the text in a link? I use the span tag as the wrapper itself.

GhoulYev commented 3 months ago

came up with this ugly way, but at least it works the way I need it to. image