DEV Community

Freecodez
Freecodez

Posted on

React js component for text outline animation

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

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>
    );
};

Enter fullscreen mode Exit fullscreen mode

Source Code : https://freecodez.com/post/sj674si

For more such articles visit : https://freecodez.com

Top comments (2)

Collapse
 
respect17 profile image
Kudzai Murimi

Thanks for sharing

Collapse
 
freecodez profile image
Freecodez

Your welcome