Components
<UserProfile />
A Solid profile form for updating the signed-in user's name, additional fields, and avatar surface.
Usage
import { UserProfile } from "@/components/auth/settings/account/user-profile"
export function UserProfileDemo() {
return <UserProfile />
}Installation
npx shadcn@latest add https://better-auth-ui.com/r/solid/user-profile.jsonAfter install, src/components/auth/settings/account/user-profile.tsx is app-owned. Customize it inside your Solid app as needed.
Props
Prop
Type
Last updated on