Components
<Auth />
A dynamic authentication component that renders the appropriate auth view based on the current path or explicit view prop.
Usage
Sign In
OR
import { Auth } from "@better-auth-ui/heroui"
export function AuthDemo() {
return <Auth view="signIn" />
}Props
Prop
Type
Last updated on