Components
<UserProfile />
A form component for users to update their profile information, including name and avatar display.
Usage
User profile
import { UserProfile } from "@better-auth-ui/heroui"
export function UserProfileDemo() {
return (
<div className="w-full">
<UserProfile />
</div>
)
}Props
Prop
Type
Last updated on