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
360DegreeViewerComponent
A simple 360 viewer component with a brutalist design, complementary colors, and dark mode support. Uses only HTML and Tailwind CSS.
360° Viewer Component
A 360° Viewer Component designed with a skeuomorphic style, utilizing a grayscale color scheme. It features a medium complexity interface suitable for social media applications, supporting both light and dark themes.
360° Viewer Component
A responsive 360° viewer component designed in a 3D style with dark theme support, using placeholder images from picsum.photos.