ソーシャルコンポーネント

曇りガラスのような半透明の要素とぼかし効果、レスポンシブ効果、ダークテーマのサポートを備えた glassmorphism デザインを特徴とする Web コンポーネント。

プレビュー

HTMLコード

<div class="flex justify-center items-center min-h-screen bg-gray-100 dark:bg-gray-900 transition-colors duration-500">
    <div class="bg-white dark:bg-gray-800 bg-opacity-60 dark:bg-opacity-80 backdrop-blur-md rounded-lg shadow-lg p-6 max-w-lg w-full">
        <h2 class="text-2xl font-bold text-gray-800 dark:text-white mb-4 text-center">Connect with Us</h2>
        <div class="flex items-center justify-around flex-wrap mb-4">
            <div class="flex flex-col items-center">
                <img src="https://picsum.photos/80/80?random=1" alt="User Avatar" class="rounded-full mb-2">
                <p class="text-gray-800 dark:text-white">User 1</p>
                <a href="#" class="text-blue-500 hover:underline">Follow</a>
            </div>
            <div class="flex flex-col items-center">
                <img src="https://picsum.photos/80/80?random=2" alt="User Avatar" class="rounded-full mb-2">
                <p class="text-gray-800 dark:text-white">User 2</p>
                <a href="#" class="text-blue-500 hover:underline">Follow</a>
            </div>
            <div class="flex flex-col items-center">
                <img src="https://picsum.photos/80/80?random=3" alt="User Avatar" class="rounded-full mb-2">
                <p class="text-gray-800 dark:text-white">User 3</p>
                <a href="#" class="text-blue-500 hover:underline">Follow</a>
            </div>
        </div>
        <div class="text-center">
            <button class="bg-blue-500 text-white px-4 py-2 rounded hover:bg-blue-600 transition duration-300">View More</button>
        </div>
    </div>
</div>

関連コンポーネント

Social_Components_Component

3Dデザインの美学、補色、ダークモードのサポートを備えた、レスポンシブでインタラクティブなeコマースソーシャルコンポーネント。ユーザーレビュー/体験談、星評価、「共有」コールトゥアクションを特集しています。

開ける

ソーシャルコンポーネントコンポーネント

Tailwind CSSを使用し、マテリアルデザインの原則で設計されたシンプルなソーシャルメディアコンポーネント。鮮やかな色とダークモードのサポートが特徴で、ソーシャルネットワーキングインターフェイスに適しています。

開ける

ソーシャルコンポーネントコンポーネント

Tailwind CSSを使用した、魅力的なアニメーションとダークテーマを備えたシンプルなレスポンシブソーシャルメディアコンポーネント。

開ける