360°ビューアコンポーネント
マテリアルデザインの原則に基づいて設計されたシンプルな360°ビューアコンポーネントで、鮮やかな色とダークテーマのサポートを使用しており、ポートフォリオの展示に適しています。
HTMLコード
<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>
関連コンポーネント
360 ビューア コンポーネント
Glassmorphism デザイン、単色の配色、適度な複雑さを備えた 360 度ビューア コンポーネント。ブログ/コンテンツ用に設計されており、レスポンシブで、Tailwind CSSを使用したダークモードをサポートしています。JavaScript は含まれておらず、Tailwind クラスを含む HTML のみが含まれています。画像には picsum.photos を使用します。
360°ビューアコンポーネント
スキューモーフィックデザイン、トライアドカラースキーム、ダークテーマをサポートするレスポンシブ360°ビューアコンポーネント。ダッシュボードデータの視覚化とコントロールパネル用に設計されています。