Social Components Component
A simple social media component designed with Skeuomorphism and a monochromatic color scheme for blog content. It features a responsive layout and dark theme support using Tailwind CSS.
HTML Code
<div class="max-w-sm mx-auto bg-gray-100 dark:bg-gray-800 rounded-xl shadow-xl overflow-hidden md:max-w-2xl m-5">
<div class="md:flex">
<div class="md:flex-shrink-0">
<img class="h-48 w-full object-cover md:w-48" src="https://picsum.photos/seed/social/400/300" alt="Social image">
</div>
<div class="p-8">
<div class="uppercase tracking-wide text-sm text-gray-500 dark:text-gray-400 font-semibold">Social Update</div>
<a href="#" class="block mt-1 text-lg leading-tight font-medium text-gray-900 dark:text-white hover:underline">Engaging Title Here</a>
<p class="mt-2 text-gray-500 dark:text-gray-400">This is a short description of the social update. It's designed to be concise and engaging for blog readers.</p>
<div class="mt-4 flex items-center">
<img class="h-8 w-8 rounded-full mr-2" src="https://randomuser.me/api/portraits/men/32.jpg" alt="Avatar">
<div class="text-sm">
<p class="text-gray-900 dark:text-white leading-none">John Doe</p>
<p class="text-gray-600 dark:text-gray-500">Posted on Oct 26, 2023</p>
</div>
</div>
</div>
</div>
</div>
Related Components
Social Components Component
A brute-styled social component showcasing portfolio items with a triadic color scheme, perfect for displaying work or products.
Social Components
A social components section designed in skeuomorphic style, with responsive effects and dark theme support.
Social Components Component
A complex, industrial-style social component for booking and reservation systems, featuring cool neutrals, exposed elements, and dark mode support. Designed for appointment and reservation systems.