Komponenten Authentifizierungs-Komponenten Komponente "Authentifizierungskomponenten"

Komponente "Authentifizierungskomponenten"

Authentifizierungskomponente mit Dunkelmodus, responsiven Effekten und ohne JavaScript-Abhängigkeit.

Vorschau

HTML-Code

<div class="min-h-screen flex items-center justify-center bg-gray-900">
  <div class="bg-gray-800 p-10 rounded-lg shadow-xl w-full max-w-md">
    <h1 class="text-white text-center text-2xl font-bold mb-6">Login</h1>
    <form>
      <div class="mb-4">
        <label for="email" class="block text-gray-400 text-sm font-bold mb-2">Email Address</label>
        <input type="email" id="email" class="shadow appearance-nonse border border-gray-700 rounded w-full py-2 px-3 text-gray-200 leading-tight focus:outline-none focus:shadow-outline bg-gray-700" placeholder="Enter your email">
      </div>
      <div class="mb-6">
        <label for="password" class="block text-gray-400 text-sm font-bold mb-2">Password</label>
        <input type="password" id="password" class="shadow appearance-none border border-gray-700 rounded w-full py-2 px-3 text-gray-200 leading-tight focus:outline-none focus:shadow-outline bg-gray-700" placeholder="Enter your password">
      </div>
      <div class="flex items-center justify-between">
        <button type="submit" class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline">Sign In</button>
        <a class="inline-block align-baseline font-bold text-sm text-blue-500 hover:text-blue-700" href="#">Forgot Password?</a>
      </div>
    </form>
  </div>
</div>

Verwandte Komponenten

Skeuomorphe Authentifizierungskomponente

Skeuomorphe Authentifizierungskomponente mit triadischem Farbschema, mittlerer Komplexität, responsivem Design und Unterstützung für den Dunkelmodus. Entwickelt für einen Portfolio-Zweck. Verwendet Tailwind CSS.

Offen

Komponente "Authentifizierungskomponenten"

Eine reaktionsschnelle Authentifizierungskomponente, die für die Benutzeroberfläche im Dunkelmodus entwickelt wurde und ein Anmelde- und Anmeldeformular im Tailwind-CSS-Stil bietet.

Offen

Komponente "Authentifizierungskomponenten"

Eine im Brutalismus gestaltete Webkomponente für Authentifizierungsschnittstellen in sozialen Medien mit einem pastellfarbenen Farbschema und hohem Kontrast für den Dunkelmodus.

Offen