Components CAPTCHA CAPTCHA Component

CAPTCHA Component

A CAPTCHA component with dark mode and responsive design.

Preview

HTML Code

<div class="flex items-center justify-center h-screen bg-gray-900">
  <div class="bg-gray-800 p-6 rounded-md shadow-md">
    <h2 class="text-lg font-semibold text-white mb-4">CAPTCHA Challenge</h2>
    <div class="flex items-center justify-center mb-4">
      <img src="https://picsum.photos/150/60" alt="CAPTCHA Image" class="mr-4 rounded-md">
      <input type="text" class="border border-gray-700 bg-gray-900 text-white rounded-md px-3 py-2 focus:outline-none focus:ring-blue-500 focus:border-blue-500">
    </div>
    <button class="w-full bg-blue-600 text-white py-2 rounded-md hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-500">Verify</button>
  </div>
</div>

Related Components

CAPTCHA Component - Brutalism Vibrant Moderate

A Brutalist CAPTCHA component for a dashboard with vibrant colors and moderate complexity.

Open

CAPTCHA Component

A clean, minimalist CAPTCHA component with a Swiss/International Typography design style, featuring ocean/blue tones. Designed for event and conference websites, it's responsive and includes dark mode support.

Open

Dark Mode CAPTCHA Component

A CAPTCHA component designed for dark mode UI featuring responsive effects and dark theme support.

Open