360°ビューアコンポーネント
Glassmorphismスタイルとパステルカラースキームで設計されたシンプルなレスポンシブ360°ビューアコンポーネントで、ダークモードのサポートを含むブログコンテンツ消費用です。
HTMLコード
<div class="flex flex-col items-center justify-center bg-white dark:bg-gray-800 p-8 rounded-lg shadow-lg backdrop-blur-lg bg-opacity-50">
<h2 class="text-2xl font-bold text-gray-900 dark:text-gray-100 mb-4">360° Viewer</h2>
<div class="relative w-full h-64 rounded-lg overflow-hidden">
<img src="https://picsum.photos/500/300?random=1" alt="360° image viewer" class="object-cover w-full h-full rounded-lg" />
<div class="absolute inset-0 flex items-center justify-center bg-white bg-opacity-30 dark:bg-gray-700 dark:bg-opacity-30 rounded-lg">
<span class="text-lg font-semibold text-gray-900 dark:text-gray-100">Interact with the image</span>
</div>
</div>
<div class="mt-4">
<h3 class="text-lg font-medium text-gray-700 dark:text-gray-300">User Profile</h3>
<div class="flex items-center mt-2">
<img src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" class="w-10 h-10 rounded-full border-2 border-white dark:border-gray-800" />
<span class="ml-3 text-base text-gray-900 dark:text-gray-100">John Doe</span>
</div>
</div>
</div>
関連コンポーネント
360 ビューア コンポーネント
Neumorphic デザイン、レスポンシブエフェクト、Tailwind CSS を使用したダークテーマのサポートを備えた 360° ビューアコンポーネント。微妙な影と丸みを帯びた角を持つコンテナ、画像のプレースホルダー、Neumorphic効果でスタイル設定されたナビゲーション矢印が特徴です。
360°ビューアコンポーネント
ブルータリズムスタイルでデザインされた360°ビューアコンポーネントで、ハイコントラストと珍しいレイアウトが特徴で、ダークテーマとレスポンシブデザインエフェクトをサポートしています。