Skip to main content
A complete email and password login form with built-in validation and error handling.

Properties

PropertyTypeDescriptionDefault
Accent ColorColorPrimary button and focus ring color#9EE86F
Border RadiusNumberCorner radius for inputs and button8
Button TextStringText displayed on the submit buttonSign In
Redirect URLStringWhere to redirect after successful login/
Error MessagesBooleanShow/hide inline validation errorstrue

Features

  • Email format validation
  • Password field with show/hide toggle
  • Inline error messages for invalid credentials
  • Loading state during authentication
  • Auto-redirect after successful sign-in
  • “Forgot password?” link support

Usage

  1. Insert the component from Auth Plugin > Components
  2. Place it on your sign-in page (e.g., /sign-in)
  3. Customize the accent color to match your brand
  4. Set the redirect URL to your dashboard or main page
  5. Publish and test