Components
<UserView />
Renders a user view that shows the user's avatar alongside their name and email.
Usage
import { UserView } from "@better-auth-ui/heroui"
function RouteComponent() {
return (
<div className="flex flex-col p-4 md:p-6 my-auto items-center">
<UserView />
</div>
)
}Props
Prop
Type
Last updated on