Hiyve Components - v1.0.0
    Preparing search index...
    • Registration form with password strength indicator and confirmation.

      Validates that passwords match before submission and displays a color-coded strength bar as the user types.

      Parameters

      Returns Element

      Key Features:

      • Real-time password strength indicator (Weak / Fair / Good / Strong)
      • Password confirmation with inline mismatch warning
      • Optional name field (required or optional via requireName)
      • Password visibility toggle
      • Customizable strength colors and all labels
      <RegisterForm
      onSuccess={(user) => console.log('Registered:', user.email)}
      onLogin={() => navigate('/login')}
      requireName
      />