コンポーネント サイトマップ サイトマップコンポーネント

サイトマップコンポーネント

マテリアル デザインの原則に基づいて設計されたレスポンシブ サイト マップ コンポーネントで、グリッドベースのレイアウト、シャドウ、ダーク モードのサポートが特徴です。

プレビュー

HTMLコード

<div class="bg-white dark:bg-gray-800 p-6 rounded-lg shadow-lg dark:shadow-gray-700 transition duration-300">
    <h2 class="text-2xl font-bold text-gray-800 dark:text-white mb-4">Site Map</h2>
    <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
        <div class="bg-gray-100 dark:bg-gray-700 p-4 rounded-lg shadow-md transition duration-300 hover:shadow-lg">
            <h3 class="text-lg font-semibold text-gray-800 dark:text-gray-200">Home</h3>
            <p class="text-gray-600 dark:text-gray-400">Welcome to our website!</p>
            <img src="https://picsum.photos/200/100?random=1" alt="Home Image" class="mt-2 rounded-md">
        </div>
        <div class="bg-gray-100 dark:bg-gray-700 p-4 rounded-lg shadow-md transition duration-300 hover:shadow-lg">
            <h3 class="text-lg font-semibold text-gray-800 dark:text-gray-200">About Us</h3>
            <p class="text-gray-600 dark:text-gray-400">Learn more about our team.</p>
            <img src="https://picsum.photos/200/100?random=2" alt="About Us Image" class="mt-2 rounded-md">
        </div>
        <div class="bg-gray-100 dark:bg-gray-700 p-4 rounded-lg shadow-md transition duration-300 hover:shadow-lg">
            <h3 class="text-lg font-semibold text-gray-800 dark:text-gray-200">Services</h3>
            <p class="text-gray-600 dark:text-gray-400">What we offer to our clients.</p>
            <img src="https://picsum.photos/200/100?random=3" alt="Services Image" class="mt-2 rounded-md">
        </div>
        <div class="bg-gray-100 dark:bg-gray-700 p-4 rounded-lg shadow-md transition duration-300 hover:shadow-lg">
            <h3 class="text-lg font-semibold text-gray-800 dark:text-gray-200">Contact</h3>
            <p class="text-gray-600 dark:text-gray-400">Reach out to us anytime.</p>
            <img src="https://picsum.photos/200/100?random=4" alt="Contact Image" class="mt-2 rounded-md">
        </div>
        <div class="bg-gray-100 dark:bg-gray-700 p-4 rounded-lg shadow-md transition duration-300 hover:shadow-lg">
            <h3 class="text-lg font-semibold text-gray-800 dark:text-gray-200">Blog</h3>
            <p class="text-gray-600 dark:text-gray-400">Read our latest articles.</p>
            <img src="https://picsum.photos/200/100?random=5" alt="Blog Image" class="mt-2 rounded-md">
        </div>
        <div class="bg-gray-100 dark:bg-gray-700 p-4 rounded-lg shadow-md transition duration-300 hover:shadow-lg">
            <h3 class="text-lg font-semibold text-gray-800 dark:text-gray-200">FAQ</h3>
            <p class="text-gray-600 dark:text-gray-400">Find answers to your questions.</p>
            <img src="https://picsum.photos/200/100?random=6" alt="FAQ Image" class="mt-2 rounded-md">
        </div>
    </div>
</div>

関連コンポーネント

サイトマップコンポーネント

glassmorphismで設計されたレスポンシブサイトマップコンポーネントで、すりガラスのような半透明の効果とぼかしを特徴とし、作品や製品を紹介するポートフォリオを実現します。ダークテーマをサポートし、適度な複雑さを維持しながら補色を利用します。

開ける

サイトマップコンポーネント

アースカラーの配色でスキューモーフィズムデザインスタイルを実装し、ダークテーマをサポートする複雑なサイトマップコンポーネント。Tailwind CSSを使用して、インタラクティブな要素を備えたブログ/コンテンツ用に設計されています。

開ける

サイトマップコンポーネント

マイクロインタラクション、単色の配色、複雑なデザイン、ダークテーマのサポート、およびTailwind CSSを備えたレスポンシブサイトマップコンポーネント。

開ける