Social Share Buttons 구성 요소
반응형 소셜 공유 버튼 구성 요소로, 깊이와 참여를 위해 3차원 요소를 통합한 3D 디자인입니다. CSS로 어두운 테마를 지원합니다.
HTML 코드
<div class="flex justify-center space-x-4 p-4">
<div class="flex flex-col items-center">
<img src="https://picsum.photos/40/40?random=1" alt="Avatar" class="mb-2 rounded-full shadow-lg">
<a href="#" class="transition transform inline-block bg-blue-500 text-white rounded-full p-3 shadow-lg hover:scale-110 hover:shadow-xl dark:bg-blue-700">
<i class="fab fa-facebook-f"></i>
</a>
<span class="text-gray-700 dark:text-gray-300">Share on Facebook</span>
</div>
<div class="flex flex-col items-center">
<img src="https://picsum.photos/40/40?random=2" alt="Avatar" class="mb-2 rounded-full shadow-lg">
<a href="#" class="transition transform inline-block bg-red-500 text-white rounded-full p-3 shadow-lg hover:scale-110 hover:shadow-xl dark:bg-red-700">
<i class="fab fa-twitter"></i>
</a>
<span class="text-gray-700 dark:text-gray-300">Share on Twitter</span>
</div>
<div class="flex flex-col items-center">
<img src="https://picsum.photos/40/40?random=3" alt="Avatar" class="mb-2 rounded-full shadow-lg">
<a href="#" class="transition transform inline-block bg-green-500 text-white rounded-full p-3 shadow-lg hover:scale-110 hover:shadow-xl dark:bg-green-700">
<i class="fab fa-linkedin-in"></i>
</a>
<span class="text-gray-700 dark:text-gray-300">Share on LinkedIn</span>
</div>
<div class="flex flex-col items-center">
<img src="https://picsum.photos/40/40?random=4" alt="Avatar" class="mb-2 rounded-full shadow-lg">
<a href="#" class="transition transform inline-block bg-purple-500 text-white rounded-full p-3 shadow-lg hover:scale-110 hover:shadow-xl dark:bg-purple-700">
<i class="fab fa-instagram"></i>
</a>
<span class="text-gray-700 dark:text-gray-300">Share on Instagram</span>
</div>
</div>
<style>
@media (prefers-color-scheme: dark) {
body {
background-color: #1a202c;
}
}
</style>
관련 구성 요소
Social Share Buttons 구성 요소
80년대/90년대의 레트로/빈티지 미학으로 스타일링된 반응형 소셜 공유 버튼 구성 요소로, Tailwind CSS 및 자리 표시자 이미지를 사용하여 어두운 테마를 지원합니다.
Social Share Buttons 구성 요소
소셜 공유 버튼 마이크로 인터랙션, 그레이스케일 색 구성표, 소셜 미디어 인터페이스를 위한 적당한 복잡성, 어두운 테마를 지원하는 반응형 디자인이 있는 구성 요소입니다.
Social Share Buttons 구성 요소
음식 및 레스토랑 웹 사이트에 적합한 생동감 넘치는 3D 스타일의 소셜 공유 버튼 세트로, 완전한 응답성과 다크 모드를 지원합니다.