360° Viewer Component
A minimalist 360° viewer component designed with Tailwind CSS, featuring responsive effects and support for dark theme.
HTML Code
<div class="flex flex-col items-center justify-center bg-white dark:bg-gray-800 p-6 rounded-lg shadow-lg">
<h2 class="text-2xl font-bold mb-4 text-gray-800 dark:text-white">360° Viewer</h2>
<div class="overflow-hidden rounded-lg w-full max-w-md">
<img src="https://picsum.photos/600/400?random" alt="360° view" class="w-full transition-transform duration-500 transform hover:scale-105" />
</div>
<p class="mt-4 text-gray-600 dark:text-gray-300 text-center">Hover to see the view.</p>
<div class="mt-6 flex space-x-4">
<img src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" class="h-12 w-12 rounded-full border-2 border-white dark:border-gray-800 shadow" />
<img src="https://randomuser.me/api/portraits/women/1.jpg" alt="User Avatar" class="h-12 w-12 rounded-full border-2 border-white dark:border-gray-800 shadow" />
<img src="https://randomuser.me/api/portraits/men/2.jpg" alt="User Avatar" class="h-12 w-12 rounded-full border-2 border-white dark:border-gray-800 shadow" />
</div>
</div>
Related Components
360° Viewer Component
A 360° viewer component designed with microinteractions, featuring responsive effects and dark theme support using Tailwind CSS.
360 Viewer Component
A 360-degree viewer component with Glassmorphism design, monochromatic color scheme, and moderate complexity. It's designed for blog/content purposes, is responsive, and supports dark mode using Tailwind CSS. No JavaScript is included, only HTML with Tailwind classes. Uses picsum.photos for images.
Retro 360 Viewer
Retro 360° Viewer Component with responsive effects and dark theme support using Tailwind CSS. Uses placeholder images from picsum.photos.