360° Viewer Component
A minimalist 360° viewer component built with Tailwind CSS, featuring responsive effects and dark theme support.
HTML Code
<div class="flex flex-col items-center justify-center min-h-screen bg-white dark:bg-gray-800 transition-all duration-300">
<div class="relative w-full max-w-lg h-72 overflow-hidden rounded-lg shadow-lg">
<img src="https://picsum.photos/800/600?random=1" alt="360° View" class="object-cover w-full h-full transition-transform duration-500 hover:scale-105">
</div>
<div class="mt-4 text-center">
<h2 class="text-2xl font-semibold text-gray-800 dark:text-white">360° Viewer Component</h2>
<p class="mt-2 text-gray-600 dark:text-gray-400">Experience immersive views with our 360° viewer.</p>
</div>
<div class="mt-4 flex space-x-2">
<img src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" class="w-12 h-12 rounded-full border-2 border-gray-200 dark:border-gray-700">
<img src="https://randomuser.me/api/portraits/women/1.jpg" alt="User Avatar" class="w-12 h-12 rounded-full border-2 border-gray-200 dark:border-gray-700">
<img src="https://randomuser.me/api/portraits/men/2.jpg" alt="User Avatar" class="w-12 h-12 rounded-full border-2 border-gray-200 dark:border-gray-700">
</div>
</div>
Related Components
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.
360_Viewer_Component_Watercolor_Corporate_Blues
A complex 360° viewer component with a watercolor/artistic design style and corporate blue color scheme, specifically tailored for booking and reservation systems. It features multiple interactive elements and is fully responsive with dark mode support.
360° Viewer Component
A responsive 360° viewer component with microinteractions for social media, featuring light and dark themes using analogous colors and moderate complexity.