구성 요소 로그인/가입 로그인/가입 구성 요소

로그인/가입 구성 요소

반응형 로그인/가입 컴포넌트(다크 모드 포함)

미리 보기

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-full max-w-md">
    <div class="tabs mb-6">
      <button class="w-1/2 py-2 text-lg font-semibold text-center text-white border-b-2 border-pink-500">Login</button>
      <button class="w-1/2 py-2 text-lg font-semibold text-center text-gray-400 hover:text-white">Sign Up</button>
    </div>
    <form>
      <div class="mb-4">
        <label for="email" class="block text-gray-400 text-sm font-bold mb-2">Email</label>
        <input type="email" id="email" class="shadow appearance-none border border-gray-700 rounded w-full py-2 px-3 text-white bg-gray-700 focus:outline-none focus:ring-pink-500 focus:border-pink-500" placeholder="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-white bg-gray-700 focus:outline-none focus:ring-pink-500 focus:border-pink-500" placeholder="Password">
      </div>
      <div class="flex items-center justify-between">
        <button class="bg-pink-500 hover:bg-pink-600 text-white font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline" type="button">
          Login
        </button>
        <a class="inline-block align-baseline font-bold text-sm text-pink-500 hover:text-pink-600" href="#">
          Forgot Password?
        </a>
      </div>
    </form>
  </div>
</div>

관련 구성 요소

로그인/가입 구성 요소

Tailwind CSS를 사용하는 미니멀리스트 로그인 및 가입 구성 요소로, 반응형 효과와 어두운 테마를 지원합니다.

열다

MaterialEarthToneLoginSignupComponent

어스 톤 색 구성표가 있는 반응형 머티리얼 디자인 스타일 로그인 및 가입 구성 요소, 양식 간 대화형 토글을 통한 중간 수준의 복잡성, 다크 모드를 지원하는 대시보드용으로 설계되었습니다.

열다

LoginSignup컴포넌트

소셜 미디어 인터페이스를 위해 Neumorphism 스타일과 파스텔 색 구성표로 설계된 반응형 로그인/가입 구성 요소입니다.

열다