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
Error Messages Component
An Error Messages Component designed with Brutalism style, using an Analogous color scheme, for a social media interface, featuring a responsive design and dark theme support.
Error Message Component
Refined error message component using Skeuomorphism, Triadic color scheme, and a simple layout. Crafted with Tailwind CSS for responsiveness and dark mode support. No JavaScript.
Error Messages Component
A responsive error messages component designed for social networking interfaces, utilizing a dark mode and grayscale color scheme with Tailwind CSS.