BETTER-AUTH. UI
Components

<Settings />

A Solid settings shell with account and security tabs for authenticated users.

Usage

import { Settings } from "@/components/auth/settings/settings"

export function SettingsDemo() {
  return <Settings view="account" />
}

Installation

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

After install, src/components/auth/settings/settings.tsx is app-owned. Customize it inside your Solid app as needed.

Props

Prop

Type

Last updated on

On this page