360° Viewer Component
A simple 360° viewer component utilizing Glassmorphism style and responsive design with dark mode support.
HTML Code
<div class="flex flex-col items-center justify-center min-h-screen bg-gray-100 dark:bg-gray-900 p-4">
<div class="relative w-full max-w-2xl bg-white dark:bg-gray-800 rounded-lg overflow-hidden shadow-lg backdrop-filter backdrop-blur-md bg-opacity-30 dark:bg-opacity-30">
<div class="p-6">
<h2 class="text-2xl font-semibold text-gray-800 dark:text-white">360° Viewer</h2>
<p class="mt-2 text-gray-600 dark:text-gray-300">Explore the item from all angles with our 360° viewer. Use your mouse or finger to rotate.</p>
</div>
<div class="flex justify-center">
<img src="https://picsum.photos/600/400?random=1" alt="360° View" class="w-full h-auto rounded-b-lg">
</div>
<div class="flex items-center justify-around p-4">
<img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Avatar" class="w-12 h-12 rounded-full border-2 border-white dark:border-gray-800">
<img src="https://randomuser.me/api/portraits/women/32.jpg" alt="Avatar" class="w-12 h-12 rounded-full border-2 border-white dark:border-gray-800">
</div>
</div>
</div>
Related Components
360 Viewer Component
A 360° viewer component with a Neumorphic design, responsive effects, and dark theme support using Tailwind CSS. It features a container with subtle shadows and rounded corners, an image placeholder, and navigation arrows styled with the Neumorphic effect.
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.
Retro 360 Viewer
Retro 360° Viewer Component with responsive effects and dark theme support using Tailwind CSS. Uses placeholder images from picsum.photos.