Auth Form Classic
A classic dark authentication form with traditional styling and social login options.
Configuring your account...
Please wait while we prepare everything for you
Usage
import AuthFormClassic from '@/components/bynanaui/auth-form-classic'
<AuthFormClassic
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
- Classic dark theme design
- Traditional form layout
- Email and password validation
- Social login with Google and Apple
- Remember me functionality
- Responsive design
- Accessible form controls