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 registry add @better-auth-ui=https://better-auth-ui.com/r/{style}/{name}.jsonnpx shadcn@latest add @better-auth-ui/user-profileProps
Prop
Type
Last updated on