# text-link

text-link is a text component with a hover effect which changes the text color to blue.

This is how you can use it in your application.

<template>
<text-link>
    Enter the name of the link
    
    </text-link>
</template>