Underline Animation Button

Live Preview
<button class="relative text-xl font-bold text-indigo-600 group">
        View Project
        <span class="absolute bottom-0 left-0 w-0 h-1 bg-indigo-600 transition-all group-hover:w-full"></span>
    </button>

Related components

More items from the merged UI library.

View all