BETTER-AUTH. UI
Components

<UserProfile />

A form component for users to update their profile information, including name and avatar display.

Usage

import { UserProfile } from "@/components/settings/account/user-profile"

function RouteComponent() {
  return (
    <div className="container mx-auto p-4 md:p-6">
      <UserProfile />
    </div>
  )
}
})

import { UserProfile } from "@better-auth-ui/shadcn"

function RouteComponent() {
  return (
    <div className="container mx-auto p-4 md:p-6">
      <UserProfile />
    </div>
  )
}

Installation

npx shadcn@latest add https://better-auth-ui.com/r/user-profile.json

Props

Prop

Type

Last updated on

On this page