360° Viewer Component
A 360° viewer component designed with microinteractions, featuring responsive effects and dark theme support using Tailwind CSS.
HTML Code
<div class="relative w-full h-96 overflow-hidden bg-gray-200 dark:bg-gray-800 rounded-lg shadow-lg">
<div class="absolute inset-0 flex items-center justify-center">
<img src="https://picsum.photos/400/300" alt="360 View" class="transition-transform duration-300 transform hover:scale-110" />
</div>
<div class="absolute inset-0 flex items-center justify-center">
<img src="https://picsum.photos/400/300?blur" alt="360 View" class="transition-opacity duration-300 opacity-0 hover:opacity-100" />
</div>
<div class="absolute inset-0 flex items-center justify-center">
<button class="px-4 py-2 bg-blue-600 text-white rounded hover:bg-blue-700 transition duration-300">
Rotate
</button>
</div>
</div>
<div class="mt-4 text-center">
<h2 class="text-xl font-semibold dark:text-white">Explore Our 360° View</h2>
<p class="text-gray-600 dark:text-gray-400">Hover over the image to see the effect!</p>
</div>
Related Components
360 Degree Viewer Component
360 degree viewer component with microinteractions, triadic color scheme, complex complexity, e-commerce purpose, responsive design, dark theme support, and Tailwind CSS.
360° Viewer Component
A 360° Viewer component using Glassmorphism design style with responsive effects and dark theme support.
360° Viewer Component
A Material Design inspired 360° Viewer Component with vibrant colors for showcasing work or products, with responsive design and dark mode support.