Components
<UserProfile />
A form component for users to update their profile information, including name and avatar display.
Usage
})
import { UserProfile } from "@better-auth-ui/heroui"
function RouteComponent() {
return (
<div className="container mx-auto p-4 md:p-6">
<UserProfile />
</div>
)
}Props
Prop
Type
Last updated on