360° Viewer Component
A 360° Viewer Component with skeuomorphic design, responsive effects, and dark theme support using Tailwind CSS.
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 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 simple 360° viewer component utilizing Glassmorphism style and responsive design with dark mode support.
360° Viewer Component
A 360° viewer component designed in a brutalist style, featuring high contrast and unusual layouts, supporting dark theme and responsive design effects.