サイドバーコンポーネント
魅力的なマイクロインタラクションと補色の配色でポートフォリオアイテムを紹介するためのレスポンシブサイドバーコンポーネントで、ダークモードをサポートします。
HTMLコード
<aside class="w-64 h-full bg-white dark:bg-gray-800 shadow-lg transition-transform duration-300 ease-in-out transform hover:scale-105">
<div class="p-4">
<h2 class="text-xl font-semibold text-gray-800 dark:text-white">Portfolio</h2>
<div class="mt-4">
<a href="#" class="block py-2 text-gray-600 dark:text-gray-300 hover:text-blue-500 dark:hover:text-blue-400 transition-colors duration-200">Home</a>
<a href="#" class="block py-2 text-gray-600 dark:text-gray-300 hover:text-blue-500 dark:hover:text-blue-400 transition-colors duration-200">Projects</a>
<a href="#" class="block py-2 text-gray-600 dark:text-gray-300 hover:text-blue-500 dark:hover:text-blue-400 transition-colors duration-200">About Me</a>
<a href="#" class="block py-2 text-gray-600 dark:text-gray-300 hover:text-blue-500 dark:hover:text-blue-400 transition-colors duration-200">Contact</a>
</div>
</div>
<div class="flex flex-col items-center px-4 py-4">
<img src="https://picsum.photos/80/80" alt="Portfolio Avatar" class="rounded-full border-2 border-blue-500 dark:border-blue-400 mb-2" />
<h3 class="text-lg font-medium text-gray-800 dark:text-white">John Doe</h3>
<p class="text-sm text-gray-600 dark:text-gray-400">Web Developer</p>
</div>
</aside>
関連コンポーネント
Neumorphism サイドバーコンポーネント
Neumorphismデザイン、アースカラーの配色、シンプルな複雑さを備えたレスポンシブサイドバーコンポーネントで、ブログやコンテンツの消費に適しています。ダークモードのサポートが含まれています。
スキューモーフィックパステルサイドバー
Skeuomorphic デザインとパステルカラーのシンプルでレスポンシブなサイドバーコンポーネントで、ブログやコンテンツサイトに適しています。ダークモードのサポートが含まれています。
サイドバーコンポーネント
ダークモードをサポートする、eコマース用のレスポンシブでミニマリストのサイドバーコンポーネント。商品カテゴリとショッピングカートのアイコンが付いたシンプルなレイアウトが特徴です。