Components 360° Viewer 360° Viewer Component

360° Viewer Component

A minimalist 360° viewer component built with Tailwind CSS, featuring responsive effects and dark theme support.

Preview

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

Retro 360 Viewer

Retro 360° Viewer Component with responsive effects and dark theme support using Tailwind CSS. Uses placeholder images from picsum.photos.

Open

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.

Open

360° Viewer Component

A minimalist and responsive 360° viewer component using Tailwind CSS with dark mode support.

Open