Komponenten CAPTCHA (Englisch) CAPTCHA-Komponente für den Dunkelmodus

CAPTCHA-Komponente für den Dunkelmodus

Eine CAPTCHA-Komponente, die für die Benutzeroberfläche im Dunkelmodus mit reaktionsschnellen Effekten und Unterstützung für dunkle Designs entwickelt wurde.

Vorschau

HTML-Code

<div class="bg-gray-800 text-white p-6 rounded-lg shadow-lg max-w-md mx-auto">
    <h2 class="text-lg font-semibold mb-4">Verify You're Human</h2>
    <div class="flex items-center mb-4">
        <img src="https://picsum.photos/50/50" alt="Random Image" class="w-12 h-12 rounded-full mr-3" />
        <span class="flex-1 text-sm">Please identify the image below:</span>
    </div>
    <div class="mb-4">
        <img src="https://picsum.photos/250/150" alt="CAPTCHA Image" class="w-full h-auto rounded-md" />
    </div>
    <div class="flex space-x-4">
        <button class="bg-blue-600 hover:bg-blue-500 text-white font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline">Verify</button>
        <button class="bg-gray-500 hover:bg-gray-400 text-white font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline">Refresh</button>
    </div>
</div>

Verwandte Komponenten

CAPTCHA-Komponente

Eine minimalistische/flache CAPTCHA-Komponente für die Präsentation von Portfolios, reaktionsschnell mit Unterstützung für den Dunkelmodus.

Offen

Minimalistische Captcha-Komponente

Eine einfache, reaktionsschnelle und minimalistische CAPTCHA-Komponente, die für Dashboards entwickelt wurde, ein monochromatisches Farbschema verwendet und den Dunkelmodus unterstützt.

Offen

Glassmorphism_CAPTCHA_Component_Forest_Green

Eine reaktionsschnelle CAPTCHA-Komponente im Glasmorphismus-Stil mit einem waldgrünen Farbschema, geeignet für Fertigungs-/Industrieanwendungen. Enthält Unterstützung für den Dunkelmodus.

Offen