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
| Prop | Type | Default | Description |
|---|---|---|---|
| onSubmit | function | - | Callback when form is submitted |
| onSocialAuth | function | - | Callback for social authentication |
| onSignUp | function | - | Callback when sign up is clicked |
| onForgotPassword | function | - | Callback when forgot password is clicked |
| className | string | - | 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