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.jsonAfter install, src/components/auth/settings/settings.tsx is app-owned. Customize it inside your Solid app as needed.
Props
Prop
Type
Last updated on