The Blazor Login component is a ready-made sign-in form with configurable fields, events, and layout.
Use Login, Register and ResetPassword to catch events raised by the Login component.
Console log
Display a basic login form with username, password, and login button.
Use AllowResetPassword="false" to hide the "Forgotten password" option.
Use AllowRememberMe="true" to show "Remember Me" option.
Use FormFieldVariant to set desired FormField for the user name and password inputs.
It provides the sign-in form and raises a Login event with the credentials; you wire that to your own authentication logic.
Radzen Blazor Components, © 2018-2026 Radzen.
Source Code licensed under
MIT