Components
<AccountSettings />
A container component that wraps the UserProfile component for account settings management.
Usage
User profile
Change email
import { AccountSettings } from "@/components/auth/settings/account/account-settings"
export function AccountSettingsDemo() {
return (
<div className="w-full">
<AccountSettings />
</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/account-settingsProps
Prop
Type
Last updated on