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
Success Messages Component
A complex Material Design-inspired success messages component for social media applications, featuring analogous colors, responsiveness, and dark mode support.
Success Messages Component
A responsive component that displays success messages in a minimalist style, suitable for showcasing work or products with dark theme support.
Success Messages Component - Real Estate Dark Mode Candy Colors
A success message component for real estate platforms, designed with a dark background, cheerful candy colors (bubblegum pink, mint green), and responsiveness for all screen sizes, including dark mode support.