360° Viewer Component
A simple 360° Viewer Component designed for e-commerce, featuring microinteractions and an earth tones color scheme, with support for dark mode.
HTML Code
<div class="max-w-xl mx-auto p-4">
<h2 class="text-2xl font-bold text-brown-800 dark:text-brown-300 mb-4">Product 360° Viewer</h2>
<div class="relative w-full h-72 overflow-hidden rounded-lg shadow-lg border border-brown-200 dark:border-brown-700">
<img src="https://picsum.photos/600/400?random=1" alt="Product Image" class="object-cover h-full w-full transition-transform duration-300 ease-in-out hover:scale-105">
<div class="absolute inset-0 flex items-center justify-center">
<button class="bg-brown-600 text-white font-semibold rounded-full px-4 py-2 transition-transform duration-300 ease-in-out transform hover:scale-110 dark:bg-brown-700">Rotate</button>
</div>
</div>
<div class="mt-4">
<h3 class="text-xl font-semibold text-brown-700 dark:text-brown-200">Product Name</h3>
<p class="text-brown-600 dark:text-brown-400">This is a brief description of the product. It is made from high-quality materials and is perfect for your needs.</p>
<div class="flex items-center mt-2">
<span class="text-lg font-bold text-brown-800 dark:text-brown-300">$49.99</span>
</div>
</div>
</div>
Related Components
360° Viewer Component
A minimalist 360° viewer component built with Tailwind CSS, featuring responsive effects and dark theme support.
360° Viewer Component
A 360° viewer component designed in a brutalist style, featuring high contrast and unusual layouts, supporting dark theme and responsive design effects.
360° Viewer Component
A 360° Viewer Component with Glassmorphism style, featuring frosted glass-like translucent elements and blur effects, supporting responsive design and dark theme.