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 complex, responsive 360° viewer component with cyberpunk and autumn color aesthetics, designed for educational platforms. It features dark mode support, interactive elements, and rich typography.
360° Viewer Component
A 360° Viewer Component with skeuomorphic design, responsive effects, and dark theme support using Tailwind CSS.
360° Viewer Component
A simple 360° viewer component designed with a brutalism style and pastel colors, suitable for social media interfaces.