コンポーネント パスワードのリセット パスワードリセットコンポーネント

パスワードリセットコンポーネント

ダーク モード UI を備えたレスポンシブ パスワード リセット コンポーネントで、類似の配色が使用されます。eコマースアプリケーション向けに設計されています。

プレビュー

HTMLコード

<div class="min-h-screen flex items-center justify-center bg-gray-900">
  <div class="bg-gray-800 p-8 rounded-lg shadow-xl w-96">
    <h2 class="text-3xl font-bold text-teal-400 mb-6 text-center">Reset Password</h2>
    <form>
      <div class="mb-4">
        <label for="email" class="block text-gray-300 text-sm font-semibold mb-2">Email Address</label>
        <input type="email" id="email" class="w-full px-4 py-2 bg-gray-700 rounded-lg text-gray-100 focus:outline-none focus:ring-2 focus:ring-teal-500" placeholder="Enter your email">
      </div>
      <div class="mb-6">
        <label for="password" class="block text-gray-300 text-sm font-semibold mb-2">New Password</label>
        <input type="password" id="password" class="w-full px-4 py-2 bg-gray-700 rounded-lg text-gray-100 focus:outline-none focus:ring-2 focus:ring-teal-500" placeholder="Enter new password">
      </div>
      <div class="mb-6">
        <label for="confirm-password" class="block text-gray-300 text-sm font-semibold mb-2">Confirm New Password</label>
        <input type="password" id="confirm-password" class="w-full px-4 py-2 bg-gray-700 rounded-lg text-gray-100 focus:outline-none focus:ring-2 focus:ring-teal-500" placeholder="Confirm new password">
      </div>
      <button type="submit" class="w-full bg-teal-600 text-white py-3 rounded-lg font-semibold hover:bg-teal-700 transition duration-300">Reset Password</button>
    </form>
  </div>
</div>

関連コンポーネント

パスワードリセットコンポーネント

スキューモーフィックなスタイルでデザインされたパスワードリセットコンポーネントで、アースカラーを使用して自然な美しさを実現し、ダッシュボードアプリケーション用に構造化されています。ダークモードをサポートし、応答性に優れています。

開ける

パスワードリセットコンポーネント

マテリアル デザインの原則を使用して設計されたシンプルなパスワード リセット コンポーネントで、グレースケールの配色が施されています。応答性が高く、ダークモードをサポートしています。

開ける

パスワードリセットコンポーネント

ダークモードをサポートするレスポンシブパスワードリセットコンポーネント

開ける