コンポーネント ナビゲーションコンポーネント ナビゲーション・コンポーネント 43

ナビゲーション・コンポーネント 43

スキューモーフィックな設計原則に従ったレスポンシブナビゲーションコンポーネントで、現実世界の対応物を模倣したデジタル要素を備え、ダークテーマをサポートしています。

プレビュー

HTMLコード

<nav class="bg-gray-200 dark:bg-gray-800 rounded-lg shadow-lg p-4">
    <div class="flex justify-between items-center">
        <a href="#" class="flex items-center">
            <img src="https://picsum.photos/40" alt="Logo" class="rounded-full mr-2">
            <span class="text-lg font-bold text-gray-800 dark:text-gray-200">MyApp</span>
        </a>
        <div class="hidden md:flex space-x-4">
            <a href="#" class="text-gray-600 dark:text-gray-300 hover:text-gray-800 dark:hover:text-white transition duration-300">Home</a>
            <a href="#" class="text-gray-600 dark:text-gray-300 hover:text-gray-800 dark:hover:text-white transition duration-300">About</a>
            <a href="#" class="text-gray-600 dark:text-gray-300 hover:text-gray-800 dark:hover:text-white transition duration-300">Services</a>
            <a href="#" class="text-gray-600 dark:text-gray-300 hover:text-gray-800 dark:hover:text-white transition duration-300">Contact</a>
        </div>
        <div class="md:hidden flex items-center">
            <button class="text-gray-600 dark:text-gray-300 hover:text-gray-800 dark:hover:text-white transition duration-300">
                <img src="https://randomuser.me/api/portraits/thumb/men/1.jpg" alt="User Avatar" class="rounded-full w-10 h-10">
            </button>
        </div>
    </div>
    <div class="mt-2 md:hidden">
        <a href="#" class="block text-gray-600 dark:text-gray-300 hover:text-gray-800 dark:hover:text-white transition duration-300">Home</a>
        <a href="#" class="block text-gray-600 dark:text-gray-300 hover:text-gray-800 dark:hover:text-white transition duration-300">About</a>
        <a href="#" class="block text-gray-600 dark:text-gray-300 hover:text-gray-800 dark:hover:text-white transition duration-300">Services</a>
        <a href="#" class="block text-gray-600 dark:text-gray-300 hover:text-gray-800 dark:hover:text-white transition duration-300">Contact</a>
    </div>
</nav>

関連コンポーネント

レトロポートフォリオナビゲーション

パステルカラースキーム、レスポンシブ、ダークモードをサポートするポートフォリオ用のレトロ/ビンテージナビゲーションコンポーネント。

開ける

スキューモーフィックナビゲーション

Skeuomorphicデザイン、ソーシャルメディアアプリケーションに適した類似の配色、ダークテーマのサポートを備えたシンプルでレスポンシブなナビゲーションコンポーネント。

開ける

ナビゲーションコンポーネント

Microinteractionsで設計され、ユーザーアクションに基づく魅力的なアニメーションを特徴とするレスポンシブナビゲーションコンポーネントで、明るいテーマと暗いテーマの両方をサポートします。このコンポーネントには、プロファイル アバター、ナビゲーション リンク、ホバー効果が含まれます。

開ける