Components 360° Viewer 360° Viewer Component

360° Viewer Component

A 360° viewer component designed with microinteractions, featuring responsive effects and dark theme support using Tailwind CSS.

Preview

HTML Code

<div class="relative w-full h-96 overflow-hidden bg-gray-200 dark:bg-gray-800 rounded-lg shadow-lg">
    <div class="absolute inset-0 flex items-center justify-center">
        <img src="https://picsum.photos/400/300" alt="360 View" class="transition-transform duration-300 transform hover:scale-110" />
    </div>
    <div class="absolute inset-0 flex items-center justify-center">
        <img src="https://picsum.photos/400/300?blur" alt="360 View" class="transition-opacity duration-300 opacity-0 hover:opacity-100" />
    </div>
    <div class="absolute inset-0 flex items-center justify-center">
        <button class="px-4 py-2 bg-blue-600 text-white rounded hover:bg-blue-700 transition duration-300">
            Rotate
        </button>
    </div>
</div>
<div class="mt-4 text-center">
    <h2 class="text-xl font-semibold dark:text-white">Explore Our 360° View</h2>
    <p class="text-gray-600 dark:text-gray-400">Hover over the image to see the effect!</p>
</div>

Related Components

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.

Open

360° Viewer Component

A responsive 360° viewer component designed in a 3D style with dark theme support, using placeholder images from picsum.photos.

Open

360° Viewer Component

A simple responsive 360° viewer component designed with Glassmorphism style and a pastel color scheme for blog content consumption, including dark mode support.

Open