Auth Form Minimal

A minimal authentication form with LumeUI branding and social login options.

Configuring your account...

Please wait while we prepare everything for you

Usage

import AuthFormMinimal from '@/components/bynanaui/auth-form-minimal'

<AuthFormMinimal
  onSubmit={handleSubmit}
  onSocialAuth={handleSocialAuth}
  onSignUp={handleSignUp}
  onForgotPassword={handleForgotPassword}
/>

Props

PropTypeDefaultDescription
onSubmitfunction-Callback when form is submitted
onSocialAuthfunction-Callback for social authentication
onSignUpfunction-Callback when sign up is clicked
onForgotPasswordfunction-Callback when forgot password is clicked
classNamestring-Additional CSS classes

Features

  • Minimal design with LumeUI branding
  • Username and password fields
  • Social login with Google, Twitter, and GitHub
  • Forgot password functionality
  • Responsive design
  • Dark theme styling