Components
<UserProfile />
A form component for users to update their profile information, including name and avatar display.
Usage
User profile
import { UserProfile } from "@/components/auth/settings/account/user-profile"
export function UserProfileDemo() {
return (
<div className="w-full">
<UserProfile />
</div>
)
}Installation
npx shadcn@latest add https://better-auth-ui.com/r/user-profile.jsonProps
Prop
Type
Last updated on