소셜 구성 요소

젖빛 유리와 같은 반투명 요소와 흐림 효과, 반응형 효과 및 어두운 테마 지원이 있는 glassmorphism 디자인을 특징으로 하는 웹 구성 요소입니다.

미리 보기

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>

관련 구성 요소

소셜 구성 요소 구성 요소

브루탈리즘과 파스텔 톤의 디자인이 있는 대시보드를 위한 소셜 구성 요소입니다. 이름, 제목 및 아바타가 포함된 사용자 프로필이 표시되며 팔로우, 메시징 및 공유와 같은 소셜 작업을 위한 버튼이 포함되어 있습니다. 구성 요소는 반응형이며 어두운 모드를 지원합니다.

열다

소셜 구성 요소 구성 요소

무차별 스타일의 소셜 구성 요소로, 트라이어드 색 구성표로 포트폴리오 항목을 표시하여 작업이나 제품을 표시하는 데 적합합니다.

열다

소셜 구성 요소

블로그/콘텐츠 목적을 위해 설계된 스큐어모픽 소셜 구성 요소로, 생생한 색상과 다크 모드를 지원합니다.

열다