Minimalist Pastel Tooltip
A minimal and flat tooltip component designed for business and corporate websites with pastel colors, responsive design, and dark mode support using Tailwind CSS.
HTML Code
<div class="relative inline-block">
<button class="text-gray-700 dark:text-gray-300 bg-blue-200 dark:bg-blue-700 hover:bg-blue-300 dark:hover:bg-blue-800 px-4 py-2 rounded">Hover me</button>
<div class="invisible absolute z-10 w-32 top-full left-1/2 transform -translate-x-1/2 mt-2 px-2 py-1 text-sm text-gray-700 dark:text-gray-300 bg-gray-100 dark:bg-gray-800 rounded shadow-lg opacity-0 transition-all duration-300 group-hover:visible group-hover:opacity-100">
Tooltip text
</div>
</div>
Related Components
Minimalist Tooltip
A simple and minimalist tooltip component with dark theme support and responsive effects, built using Tailwind CSS. No JavaScript is used, only HTML and CSS.
Tooltip Component
A simple responsive Tooltip component designed for blog content consumption, featuring a 3D design with a grayscale color scheme and dark mode support using Tailwind CSS.
Retro Tooltip Component
A retro/vintage-themed tooltip component with responsive effects and dark mode support.