Error Messages Component
A responsive error messages component using Material Design principles, with a triadic color scheme and dark mode support, tailored for a portfolio.
HTML Code
<div class="flex flex-col items-center justify-center p-5 bg-white rounded-lg shadow-md dark:bg-gray-800">
<img src="https://picsum.photos/200/100" alt="Error Image" class="rounded-lg shadow-sm mb-4">
<div class="text-center">
<h2 class="text-lg font-bold text-red-600 dark:text-red-400">Error Occurred!</h2>
<p class="mt-2 text-sm text-gray-600 dark:text-gray-300">Oops! Something went wrong while trying to display the content.</p>
<p class="mt-2 text-sm text-gray-600 dark:text-gray-300">Please try again later or contact support.</p>
<button class="mt-4 px-4 py-2 bg-blue-500 text-white rounded hover:bg-blue-600 dark:bg-blue-700 dark:hover:bg-blue-800">Retry</button>
</div>
</div>
Related Components
Minimalist Grayscale Error Message
A minimalist and responsive grayscale error message component designed for sports/fitness applications, with dark mode support.
Real Estate Error Message
A professional and clean error message component designed for real estate platforms, featuring a monochromatic color scheme, full responsiveness, and dark mode support.
Error Messages Component
A glassmorphism style error messages component with a dark theme for business use. It utilizes Tailwind CSS for styling with responsive design and interactive elements.