Social Share Buttons 구성 요소
Glassmorphism 스타일과 생생한 색상의 반응형 소셜 공유 버튼은 블로그 및 콘텐츠 소비를 위해 설계되었습니다.
HTML 코드
<div class="flex flex-col items-center p-5 bg-white bg-opacity-30 rounded-lg shadow-lg backdrop-blur-lg dark:bg-gray-800 dark:bg-opacity-40">
<h2 class="text-lg font-semibold text-gray-800 dark:text-white mb-4">Share this Post</h2>
<div class="flex space-x-4">
<a href="#" class="flex items-center justify-center p-3 bg-red-500 rounded-full shadow-lg transform hover:scale-105 transition-transform duration-200"
aria-label="Share on Facebook">
<img src="https://picsum.photos/30/30" class="h-8 w-8 rounded-full" alt="Facebook">
<span class="text-white ml-2">Facebook</span>
</a>
<a href="#" class="flex items-center justify-center p-3 bg-blue-500 rounded-full shadow-lg transform hover:scale-105 transition-transform duration-200"
aria-label="Share on Twitter">
<img src="https://picsum.photos/30/30" class="h-8 w-8 rounded-full" alt="Twitter">
<span class="text-white ml-2">Twitter</span>
</a>
<a href="#" class="flex items-center justify-center p-3 bg-purple-500 rounded-full shadow-lg transform hover:scale-105 transition-transform duration-200"
aria-label="Share on LinkedIn">
<img src="https://picsum.photos/30/30" class="h-8 w-8 rounded-full" alt="LinkedIn">
<span class="text-white ml-2">LinkedIn</span>
</a>
</div>
</div>
관련 구성 요소
Social Share Buttons 구성 요소
소셜 공유 버튼: Tailwind CSS를 사용하는 다크 모드의 전자 상거래를 위한 구성 요소입니다. 단순하고 반응이 빠르며 회색조입니다.
Social Share Buttons 구성 요소
대시보드용으로 설계된 미니멀한 소셜 공유 버튼 구성 요소로, 생생한 색 구성표와 반응형 디자인이 특징이며 다크 모드를 지원합니다.