Components 360° Viewer 360° Viewer Component

360° Viewer Component

A 360° Viewer Component with skeuomorphic design, responsive effects, and dark theme support using Tailwind CSS.

Preview

HTML Code

<div class="flex flex-col items-center justify-center h-screen bg-gray-100 dark:bg-gray-900">
    <div class="bg-white dark:bg-gray-800 rounded-lg shadow-lg p-8 max-w-md w-full">
        <h2 class="text-2xl font-bold text-gray-800 dark:text-white mb-4 text-center">360° Viewer</h2>
        <div class="relative w-full h-64 bg-gray-200 dark:bg-gray-700 rounded-lg overflow-hidden shadow-lg">
            <img src="https://picsum.photos/600/400" alt="360° View" class="w-full h-full object-cover rotate-360" />
            <div class="absolute top-0 left-0 w-full h-full flex items-center justify-center">
                <div class="p-2 bg-gray-300 dark:bg-gray-600 rounded-full shadow-lg">
                    <img src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" class="w-12 h-12 rounded-full border-4 border-white shadow-md" />
                </div>
            </div>
        </div>
        <div class="mt-4 text-center">
            <p class="text-gray-600 dark:text-gray-300">Interact with the 360° view to explore the surroundings.</p>
        </div>
    </div>
</div>

Related Components

360° Viewer Component

A 360° viewer component with responsive design and dark theme support using Tailwind CSS. Uses CSS for animations and interactions for a microinteraction feel. No JavaScript.

Open

360_viewer_industrial_finance

A simple, responsive 360° viewer component with an industrial, raw aesthetic and a gradient rainbow color scheme, designed for finance and banking interfaces. Includes dark mode support.

Open

360DegreeViewerComponent

A simple 360 viewer component with a brutalist design, complementary colors, and dark mode support. Uses only HTML and Tailwind CSS.

Open