Tailwind CSS Classes

Tailwind CSS class .group-hover

    <div class="inline-block group p-6 border-2 cursor-pointer hover:bg-gray-50 hover:border-blue-100">
        <p class="group-hover:text-gray-400">John Smith</p>
        <p class="group-hover:text-blue-400">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sapiente, voluptatibus.</p>
    </div>

Preview

Check .group-hover in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

More Tailwind CSS classes in Group Hover category

© 2024 Shuffle. All rights reserved.