Hey there, You are most welcome to this article. I hope you will enjoy this article. If you like this article then please share this article with your friends and colleagues. If you have any questions or suggestions regarding this article then please comment down below.
React js component for text outline animation
For full source code visit : https://freecodez.com/post/sj674si
// https://freecodez.com
const Hello = (props) => {
return (
<div class="container">
<svg width="100%" height="120"><text x="0" y="100">{props.txt}</text></svg>
</div>
);
};
Source Code : https://freecodez.com/post/sj674si
For more such articles visit : https://freecodez.com
Top comments (2)
Thanks for sharing
Your welcome