Social Components Component
A retro/vintage social media component with a simple layout and complementary color scheme. Supports dark mode and is responsive.
HTML Code
<div class="bg-gray-200 dark:bg-gray-800 p-4 rounded-lg shadow-md max-w-sm mx-auto">
<div class="flex items-center mb-4">
<img class="w-10 h-10 rounded-full mr-4" src="https://randomuser.me/api/portraits/men/1.jpg" alt="Avatar">
<div class="text-gray-900 dark:text-white font-bold text-xl">User Name</div>
</div>
<p class="text-gray-700 dark:text-gray-300 text-base mb-4">
This is a sample social media post with a retro feel. #retro #tailwind
</p>
<img class="w-full rounded-lg mb-4" src="https://picsum.photos/400/300" alt="Sample Image">
<div class="flex justify-between items-center">
<div class="flex text-gray-700 dark:text-gray-300">
<span class="mr-2">❤️ 120</span>
<span>💬 30</span>
</div>
<div class="text-blue-600 dark:text-blue-400 font-bold">View Comments</div>
</div>
</div>
Related Components
Social Components Component
A simple, responsive social media card for news/journalism content with an industrial aesthetic and autumn color scheme, including dark mode support.
Social Components Component
A simple social component designed with a skeuomorphic style using vibrant colors for a professional business site, responsive design with dark mode support.
Social Components Component
A Brutalist social component showcasing bold design with high contrast, responsive effects, and dark theme support using Tailwind CSS. Features user avatars, social media links, and placeholder images.