Comments Section 구성 요소
Neumorphism 디자인 스타일, 어스 톤 색상 및 블로그 콘텐츠에 대한 어두운 테마 지원이 포함된 반응형 댓글 섹션입니다.
HTML 코드
<div class="max-w-3xl mx-auto my-10 p-6 bg-gray-200 dark:bg-gray-800 rounded-lg shadow-inner">
<h2 class="text-2xl font-bold text-gray-800 dark:text-gray-200 mb-4">Comments</h2>
<div class="mb-6">
<textarea class="w-full h-24 bg-gray-300 dark:bg-gray-700 border border-gray-400 rounded-lg shadow-md focus:outline-none focus:ring-2 focus:ring-gray-500 dark:focus:ring-gray-400" placeholder="Add a comment..."></textarea>
</div>
<button class="py-2 px-4 bg-green-500 dark:bg-green-600 text-white font-semibold rounded-lg shadow-md hover:bg-green-600 dark:hover:bg-green-700 transition duration-300">Post Comment</button>
<div class="mt-10">
<div class="flex items-start mb-4">
<img src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" class="w-12 h-12 rounded-full shadow-lg">
<div class="ml-4 bg-gray-300 dark:bg-gray-700 p-4 rounded-lg shadow-md">
<h3 class="font-semibold text-gray-800 dark:text-gray-200">John Doe</h3>
<p class="text-gray-600 dark:text-gray-400">This is a sample comment content. I really enjoyed reading this article!</p>
<span class="text-sm text-gray-500 dark:text-gray-300">2 hours ago</span>
</div>
</div>
<div class="flex items-start mb-4">
<img src="https://randomuser.me/api/portraits/women/1.jpg" alt="User Avatar" class="w-12 h-12 rounded-full shadow-lg">
<div class="ml-4 bg-gray-300 dark:bg-gray-700 p-4 rounded-lg shadow-md">
<h3 class="font-semibold text-gray-800 dark:text-gray-200">Jane Doe</h3>
<p class="text-gray-600 dark:text-gray-400">Thanks for sharing this amazing content!</p>
<span class="text-sm text-gray-500 dark:text-gray-300">3 hours ago</span>
</div>
</div>
<div class="flex items-start mb-4">
<img src="https://randomuser.me/api/portraits/men/2.jpg" alt="User Avatar" class="w-12 h-12 rounded-full shadow-lg">
<div class="ml-4 bg-gray-300 dark:bg-gray-700 p-4 rounded-lg shadow-md">
<h3 class="font-semibold text-gray-800 dark:text-gray-200">Alex Smith</h3>
<p class="text-gray-600 dark:text-gray-400">Very insightful! I learned a lot.</p>
<span class="text-sm text-gray-500 dark:text-gray-300">5 hours ago</span>
</div>
</div>
</div>
</div>
관련 구성 요소
Comments Section 구성 요소
코드에서 영감을 받은 깔끔한 코멘트 섹션 컴포넌트로, 모노스페이스 폰트와 파스텔 색상으로 엔터테인먼트/미디어 플랫폼을 위해 설계되었습니다. 반응성 및 다크 모드 지원이 특징입니다.
Comments Section 구성 요소
예약/예약 시스템을 위해 설계된 복잡하고 반응이 빠른 댓글 섹션 구성 요소로, Bauhaus에서 영감을 받은 흑백 색상과 밝은 액센트 색상으로 설계되었습니다. 사용자 아바타, 별 등급, 타임스탬프 및 다크 모드 지원이 포함됩니다.
Comments Section 구성 요소
Comments section 구성 요소에는 단색 색 구성표, microinteractions, 어두운 테마가 지원되는 반응형 디자인이 있습니다.