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 Degree Viewer Component
360 degree viewer component with microinteractions, triadic color scheme, complex complexity, e-commerce purpose, responsive design, dark theme support, and 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.
360_viewer_component
A complex 360° product viewer component with an industrial, raw aesthetic using a purple/violet color scheme, suitable for a portfolio. Features interactive elements, responsive design, and dark mode support.