Minimalist CAPTCHA
A responsive CAPTCHA component with dark mode support, featuring a minimalist design with pastel colors. Includes a simple checkbox and a placeholder for text.
HTML Code
<div class="flex items-center justify-center h-screen bg-gray-100 dark:bg-gray-900">
<div class="bg-white dark:bg-gray-800 p-6 rounded-lg shadow-md">
<h2 class="text-xl font-semibold mb-4 text-gray-800 dark:text-white">CAPTCHA Verification</h2>
<div class="flex items-center">
<input type="checkbox" id="robot-checkbox" class="form-checkbox h-5 w-5 text-blue-600">
<label for="robot-checkbox" class="ml-2 text-gray-700 dark:text-gray-300">I am not a robot</label>
</div>
<div class="mt-4 p-3 bg-gray-200 dark:bg-gray-700 rounded">
<p class="text-sm text-gray-600 dark:text-gray-400">CAPTCHA will appear here</p>
</div>
</div>
</div>
Related Components
CAPTCHA Component
Responsive CAPTCHA component in Retro/Vintage style with Pastel color scheme and dark mode support.
CAPTCHA Component
A skeuomorphic CAPTCHA component designed for social media interfaces with a triadic color scheme, featuring multiple interactive elements and dark theme support.
Complex CAPTCHA Component
A complex CAPTCHA component for social media applications with dark mode and vibrant colors.