360° Viewer Component
A simple 360° viewer component designed with Material Design principles, using vibrant colors and dark theme support, suitable for portfolio showcasing.
HTML Code
<div class="flex flex-col items-center justify-center p-5 bg-white dark:bg-gray-800 rounded-lg shadow-lg transition duration-300 ease-in-out">
<h1 class="text-2xl font-bold text-blue-600 dark:text-blue-400 mb-4">360° Viewer Component</h1>
<div class="relative w-full h-80 overflow-hidden rounded-lg shadow-md">
<img src="https://picsum.photos/seed/viewer1/400/300" alt="360° View" class="w-full h-full object-cover transition-transform duration-700 ease-in-out" />
<div class="absolute inset-0 flex items-center justify-center bg-black bg-opacity-50 rounded-lg">
<span class="text-white text-lg">Swipe to view</span>
</div>
</div>
<p class="mt-4 text-gray-700 dark:text-gray-300">Showcase your work or products beautifully.</p>
<div class="flex space-x-4 mt-6">
<img src="https://randomuser.me/api/portraits/men/1.jpg" alt="Avatar" class="w-12 h-12 rounded-full border-2 border-white shadow-lg dark:border-gray-800" />
<img src="https://randomuser.me/api/portraits/men/2.jpg" alt="Avatar" class="w-12 h-12 rounded-full border-2 border-white shadow-lg dark:border-gray-800" />
<img src="https://randomuser.me/api/portraits/men/3.jpg" alt="Avatar" class="w-12 h-12 rounded-full border-2 border-white shadow-lg dark:border-gray-800" />
</div>
</div>
Related Components
360° Viewer Component
A simple 360° viewer component designed in a brutalist style for e-commerce purposes, featuring a triadic color scheme and responsive design with dark theme support.
360° Viewer Component
A simple 360° Viewer Component designed for e-commerce, featuring microinteractions and an earth tones color scheme, with support for dark mode.
360° Viewer Component
A responsive 360° viewer component designed for dashboards with a 3D design style and support for dark mode.