Components
<SignIn />
A complete sign-in form component with email/password, magic link, and social provider support.
Usage
import { SignIn } from "@better-auth-ui/heroui"
function RouteComponent() {
return (
<div className="flex flex-col p-4 md:p-6 my-auto items-center">
<SignIn />
</div>
)
}Props
Prop
Type
Last updated on