Success Messages Component
A responsive Success Messages Component designed for dark mode with a vibrant color scheme, ideal for showcasing work in a portfolio.
HTML Code
<div class="bg-gray-800 p-6 rounded-lg shadow-lg max-w-lg mx-auto">
<h2 class="text-xl text-vibrant-500 font-bold mb-4">Success Messages</h2>
<div class="bg-gray-900 p-4 rounded-lg mb-4">
<div class="flex items-center mb-2">
<img src="https://randomuser.me/api/portraits/men/32.jpg" alt="User Avatar" class="w-10 h-10 rounded-full mr-2">
<span class="text-white font-semibold">John Doe</span>
<span class="text-gray-400 text-sm ml-2">2 minutes ago</span>
</div>
<p class="text-gray-300">Your project has been successfully submitted!</p>
</div>
<div class="bg-gray-900 p-4 rounded-lg mb-4">
<div class="flex items-center mb-2">
<img src="https://randomuser.me/api/portraits/women/32.jpg" alt="User Avatar" class="w-10 h-10 rounded-full mr-2">
<span class="text-white font-semibold">Jane Smith</span>
<span class="text-gray-400 text-sm ml-2">5 minutes ago</span>
</div>
<p class="text-gray-300">Your profile has been updated successfully!</p>
</div>
<div class="bg-gray-900 p-4 rounded-lg mb-4">
<div class="flex items-center mb-2">
<img src="https://randomuser.me/api/portraits/men/80.jpg" alt="User Avatar" class="w-10 h-10 rounded-full mr-2">
<span class="text-white font-semibold">Mike Johnson</span>
<span class="text-gray-400 text-sm ml-2">10 minutes ago</span>
</div>
<p class="text-gray-300">Your order has been placed successfully!</p>
</div>
<div class="flex justify-center mt-4">
<img src="https://picsum.photos/300/200?random=1" alt="Success Image" class="rounded-lg shadow-lg">
</div>
</div>
Related Components
SkeuomorphismSuccessMessage
Skeuomorphism Success Message for Dashboard, Complex with Complementary Colors and Dark Mode
Success Messages Component 17
A bold and raw success messages component designed with Tailwind CSS featuring responsive effects and dark theme support.
Success Messages Component
A 3D Design style success messages component featuring responsive effects and dark theme support, with placeholders for images and avatars.