Components Success Messages Success Messages Component

Success Messages Component

Success Messages Component with Neumorphism design, responsive and dark theme support

Preview

HTML Code

<div class="flex items-center justify-center h-screen dark:bg-gray-900">
  <div class="bg-gray-200 p-6 rounded-xl shadow-xl s Neumorphism dark:bg-gray-800">
    <div class="text-green-500 text-2xl mb-4">
      <svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10" fill="none" viewBox="0 0 24 24" stroke="currentColor">
        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z" />
      </svg>
    </div>
    <h3 class="text-xl font-semibold mb-2 dark:text-white">Success!</h3>
    <p class="text-gray-600 dark:text-gray-300">Your action was performed successfully.</p>
  </div>
</div>

Related Components

Neumorphic_Charity_Success_Message

A simple, responsive success message component designed with a soft neumorphic style and a monochromatic color scheme, suitable for non-profit and charity organizations. Includes dark mode support.

Open

IndustrialVibrantGovernmentSuccessMessage

A success message component designed for government/public services with an industrial aesthetic, vibrant colors, and dark mode support. It features a raw, utilitarian look with high-saturation accents.

Open

Success Messages Component

A responsive success messages component designed in skeuomorphic style using Tailwind CSS, providing dark theme support.

Open