Components
<SignIn />
A complete sign-in form component with email/password, magic link, and social provider support.
Usage
Sign In
OR
import { SignIn } from "@better-auth-ui/heroui"
export function SignInDemo() {
return <SignIn />
}The password starts masked. Its localized show/hide button changes only the field presentation, so the submitted password value stays unchanged.
Props
Prop
Type
Last updated on