BETTER-AUTH. UI
Components

<Settings />

A comprehensive settings component with tabbed navigation for account and security views.

Usage

User profile

Change email

import { Settings } from "@better-auth-ui/heroui"

export function SettingsDemo() {
  return (
    <div className="w-full">
      <Settings view="account" />
    </div>
  )
}

Props

Prop

Type

Last updated on

On this page