소셜 구성 요소 구성 요소
레트로/빈티지 소셜 컴포넌트 단색 구성표 및 단순한 복잡성을 가진 구성 요소, 블로그/콘텐츠용으로 설계되었으며 어두운 테마를 지원합니다.
HTML 코드
```html
<div class="container mx-auto p-4 dark:bg-gray-800 bg-gray-200">
<div class="max-w-sm rounded overflow-hidden shadow-lg mx-auto dark:bg-gray-700 bg-white">
<div class="px-6 py-4">
<div class="font-bold text-xl mb-2 dark:text-white text-gray-800">Social Post</div>
<p class="dark:text-gray-300 text-gray-700 text-base">
This is a simple social media component card, designed with a retro feel and monochromatic colors, suitable for a blog or content site.
</p>
</div>
<div class="px-6 pt-4 pb-2">
<span class="inline-block bg-gray-300 dark:bg-gray-600 rounded-full px-3 py-1 text-sm font-semibold text-gray-700 dark:text-gray-300 mr-2 mb-2">#retro</span>
<span class="inline-block bg-gray-300 dark:bg-gray-600 rounded-full px-3 py-1 text-sm font-semibold text-gray-700 dark:text-gray-300 mr-2 mb-2">#monochromatic</span>
<span class="inline-block bg-gray-300 dark:bg-gray-600 rounded-full px-3 py-1 text-sm font-semibold text-gray-700 dark:text-gray-300 mb-2">#blog</span>
</div>
<div class="flex items-center px-6 py-4">
<img class="w-10 h-10 rounded-full mr-4" src="https://randomuser.me/api/portraits/men/1.jpg" alt="Avatar of Jonathan Reinink">
<div class="text-sm">
<p class="text-gray-900 dark:text-white leading-none">Jonathan Reinink</p>
<p class="text-gray-600 dark:text-gray-400">Aug 14, 1988</p>
</div>
</div>
</div>
</div>
```
관련 구성 요소
3D 소셜 작가 카드
블로그/컨텐츠 섹션용으로 설계된 3D 효과 및 소셜 미디어 링크가 있는 반응형 작성자 카드 구성 요소입니다. 보색 구성표(신원/정보의 경우 파란색, 악센트/CTA의 경우 주황색)가 특징이며, 다크 모드를 지원하고, 스타일링에 Tailwind CSS를 사용합니다. 디자인은 기본 레이아웃과 최소한의 요소로 구성된 '단순한' 복잡성이지만 '3D 디자인'은 그림자와 호버 효과를 사용하여 깊이와 몰입도를 위해 통합되었습니다. 구성 요소에는 아바타, 작성자 이름, 짧은 약력, 소셜 미디어 아이콘 및 'Follow Me' 클릭 유도문안 버튼이 포함됩니다. randomuser.me 아바타를 자리 표시자로 사용합니다.
Glassmorphism 소셜 카드
파스텔 색상과 다크 모드를 지원하는 간단하고 반응이 빠른 glassmorphism 소셜 카드 구성 요소로, 대시보드 인터페이스에 적합합니다.