Skeuomorphic Tooltip Component
A complex tooltip component designed with a skeuomorphic style and earth tones, suitable for e-commerce applications with dark mode support.
HTML Code
<div class="relative group">
<img src="https://picsum.photos/200/200?random=1" alt="Product Image" class="w-40 h-40 rounded-lg shadow-lg">
<div class="absolute z-10 hidden group-hover:flex flex-col items-center p-4 bg-gray-800 bg-opacity-80 border border-gray-700 rounded-lg shadow-lg transition-all duration-300 ease-in-out dark:bg-gray-900 dark:border-gray-600">
<img src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" class="w-12 h-12 rounded-full border-2 border-white mb-2">
<h3 class="text-lg text-earthgreen-200">Product Name</h3>
<p class="text-sm text-earthbrown-200">Brief description of the product goes here. It mimics wood and soil textures for an earthy feel.</p>
<div class="flex space-x-2 mt-2">
<span class="px-3 py-1 text-xs text-white bg-earthbrown-300 rounded-full">Add to Cart</span>
<span class="px-3 py-1 text-xs text-white bg-earthbrown-600 rounded-full">View More</span>
</div>
</div>
</div>
Related Components
Tooltip Component
A responsive dark-themed tooltip component, part of a Triadic color scheme, suitable for a portfolio. Built with Tailwind CSS for a simple, minimal aesthetic.
Tooltip Component
A complex, responsive, dark-theme supported, Skeuomorphic-Vibrant Tooltip Component for Dashboards using Tailwind CSS. No JavaScript needed, only HTML with Tailwind classes. For dark mode, use Tailwind's dark: prefix for styling. Images are from picsum.photos and randomuser.me.
Brutalism Tooltip Component
Brutalism-style tooltip component for social media, featuring a grayscale color scheme and complex interactive elements. It is responsive and supports dark mode using Tailwind CSS, with no JavaScript.