コンポーネント 360°ビューア 360°ビューアコンポーネント

360°ビューアコンポーネント

スキューモーフィックデザイン、レスポンシブエフェクト、Tailwind CSSを使用したダークテーマをサポートする360°ビューアコンポーネント。

プレビュー

HTMLコード

<div class="flex flex-col items-center justify-center h-screen bg-gray-100 dark:bg-gray-900">
    <div class="bg-white dark:bg-gray-800 rounded-lg shadow-lg p-8 max-w-md w-full">
        <h2 class="text-2xl font-bold text-gray-800 dark:text-white mb-4 text-center">360° Viewer</h2>
        <div class="relative w-full h-64 bg-gray-200 dark:bg-gray-700 rounded-lg overflow-hidden shadow-lg">
            <img src="https://picsum.photos/600/400" alt="360° View" class="w-full h-full object-cover rotate-360" />
            <div class="absolute top-0 left-0 w-full h-full flex items-center justify-center">
                <div class="p-2 bg-gray-300 dark:bg-gray-600 rounded-full shadow-lg">
                    <img src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" class="w-12 h-12 rounded-full border-4 border-white shadow-md" />
                </div>
            </div>
        </div>
        <div class="mt-4 text-center">
            <p class="text-gray-600 dark:text-gray-300">Interact with the 360° view to explore the surroundings.</p>
        </div>
    </div>
</div>

関連コンポーネント

360_viewer_component

ダークモードUIとネオン/エレクトリックカラースキームを備えたCRM/ビジネスツール用に設計されたレスポンシブ360°ビューアコンポーネント。

開ける

360°ビューアコンポーネント

レスポンシブエフェクトとダークテーマのサポートを備えたGlassmorphismデザインスタイルを使用した360°ビューアコンポーネント。

開ける

360_Viewer_Component

glassmorphismデザイン、グレースケールの配色、インタラクティブな要素を備えた複雑な360°ビューアコンポーネントで、教育プラットフォームに適しています。完全な応答性とダークモードのサポートが含まれています。

開ける