360° Viewer Component
A minimalist and responsive 360° viewer component using Tailwind CSS with dark mode support.
HTML Code
<div class="bg-white dark:bg-gray-800 rounded-lg shadow-lg overflow-hidden p-4">
<h2 class="text-xl font-semibold text-gray-800 dark:text-gray-200 mb-4">360° Viewer</h2>
<div class="flex justify-center mb-4">
<img src="https://picsum.photos/700/400?random=1" alt="360° View" class="rounded-lg transition-transform duration-500 ease-in-out hover:scale-105">
</div>
<p class="text-gray-600 dark:text-gray-400 mb-2">Experience the object in 360° view. Hover to zoom in.</p>
<a href="#" class="text-blue-500 dark:text-blue-400 hover:underline">Learn more about this view</a>
</div>
Related Components
360° Viewer Component
A responsive 360° viewer component designed in a 3D style with dark theme support, using placeholder images from picsum.photos.
360° Viewer Component
A Brutalism-style 360° Viewer Component that showcases a rotating image in a raw and bold design, with responsive effects and dark theme support using Tailwind CSS.
360 Viewer Component
A 360° viewer component with a Neumorphic design, responsive effects, and dark theme support using Tailwind CSS. It features a container with subtle shadows and rounded corners, an image placeholder, and navigation arrows styled with the Neumorphic effect.