コンポーネント 二要素認証 2要素認証コンポーネント

2要素認証コンポーネント

トライアドカラースキームのポートフォリオ用に設計されたミニマリストの2要素認証コンポーネント。Tailwind CSSを使用して構築された、ダークモードをサポートするクリーンでインタラクティブなインターフェイスを備えています。

プレビュー

HTMLコード

<div class="flex flex-col items-center justify-center min-h-screen bg-gray-100 dark:bg-gray-900 p-6">
    <div class="w-full max-w-md bg-white dark:bg-gray-800 rounded-lg shadow-md p-6 space-y-4">
        <h2 class="text-center text-2xl font-semibold text-gray-800 dark:text-gray-200">Two-Factor Authentication</h2>
        <p class="text-center text-gray-600 dark:text-gray-400">To enhance the security of your account, please enter the verification code sent to your email.</p>
        <div class="flex flex-col space-y-4">
            <input type="text" placeholder="Verification Code" class="border border-gray-300 dark:border-gray-600 rounded-md p-2 focus:outline-none focus:ring-2 focus:ring-blue-500 dark:focus:ring-blue-600" />
            <div class="flex items-center justify-between">
                <button class="w-full bg-yellow-500 hover:bg-yellow-600 dark:bg-yellow-400 dark:hover:bg-yellow-500 text-white font-semibold rounded-md p-2 transition duration-200">Verify</button>
            </div>
            <div class="flex justify-between text-sm text-gray-500 dark:text-gray-400">
                <a href="#" class="hover:underline">Resend Code</a>
                <a href="#" class="hover:underline">Need Help?</a>
            </div>
        </div>
        <div class="flex flex-col items-center space-y-2">
            <img src="https://picsum.photos/50/50" alt="Random User" class="rounded-full border-2 border-gray-200 dark:border-gray-600" />
            <span class="text-gray-700 dark:text-gray-300">Username: johndoe</span>
        </div>
    </div>
</div>

関連コンポーネント

2要素認証コンポーネント

魅力的なマイクロインタラクションと補色スキームで設計された2要素認証コンポーネント。レスポンシブでダークモードをサポートしており、ポートフォリオ内の作品や製品を紹介するのに適しています。

開ける

2要素認証コンポーネント

アースカラーのレトロなスタイルで設計されたシンプルで応答性の高い2要素認証コンポーネントで、ソーシャルメディアインターフェイスに適しています。

開ける

2要素認証コンポーネント

3Dデザイン要素とトライアドカラースキームを備えたレスポンシブな2要素認証コンポーネントで、ブログやコンテンツサイトに適しています。ダークモードのサポートが含まれています。

開ける