タグクラウドコンポーネント
スキューモーフィック スタイル、レスポンシブ エフェクト、Tailwind CSS を使用したダーク テーマのサポートで設計されたタグ クラウド コンポーネント。
HTMLコード
<div class="bg-gray-100 dark:bg-gray-800 p-6 rounded-lg shadow-lg transition-all duration-300 hover:shadow-xl">
<h2 class="text-xl font-semibold mb-4">Tag Cloud</h2>
<div class="flex flex-wrap gap-2">
<a href="#" class="bg-white dark:bg-gray-700 text-gray-800 dark:text-white rounded-full px-4 py-2 shadow-md transition-transform transform hover:scale-105">Web Development</a>
<a href="#" class="bg-white dark:bg-gray-700 text-gray-800 dark:text-white rounded-full px-4 py-2 shadow-md transition-transform transform hover:scale-105">Design</a>
<a href="#" class="bg-white dark:bg-gray-700 text-gray-800 dark:text-white rounded-full px-4 py-2 shadow-md transition-transform transform hover:scale-105">SEO</a>
<a href="#" class="bg-white dark:bg-gray-700 text-gray-800 dark:text-white rounded-full px-4 py-2 shadow-md transition-transform transform hover:scale-105">Marketing</a>
<a href="#" class="bg-white dark:bg-gray-700 text-gray-800 dark:text-white rounded-full px-4 py-2 shadow-md transition-transform transform hover:scale-105">Programming</a>
<a href="#" class="bg-white dark:bg-gray-700 text-gray-800 dark:text-white rounded-full px-4 py-2 shadow-md transition-transform transform hover:scale-105">Networking</a>
<a href="#" class="bg-white dark:bg-gray-700 text-gray-800 dark:text-white rounded-full px-4 py-2 shadow-md transition-transform transform hover:scale-105">Cloud Computing</a>
<a href="#" class="bg-white dark:bg-gray-700 text-gray-800 dark:text-white rounded-full px-4 py-2 shadow-md transition-transform transform hover:scale-105">Data Science</a>
</div>
</div>
関連コンポーネント
Glassmorphism タグ クラウド コンポーネント
ポートフォリオに適した、紫/紫の配色を持つglassmorphismスタイルのタグクラウドコンポーネント。つや消しの半透明要素、レスポンシブデザイン、ダークモードのサポートが特徴です。
Neumorphism Tag Cloud コンポーネント
ニューモーフィズムデザイン、パステルカラースキーム、複雑なインタラクションを備えたレスポンシブタグクラウドコンポーネントで、Eコマース向けに調整されています。ダークモードのサポートが含まれており、Tailwind CSSを使用します。