Components
<LinkedAccounts />
Display and manage linked social accounts with the ability to link and unlink providers.
Usage
Linked accounts
import { LinkedAccounts } from "@/components/auth/settings/security/linked-accounts"
export function LinkedAccountsDemo() {
return (
<div className="w-full">
<LinkedAccounts />
</div>
)
}Installation
npx shadcn@latest add https://better-auth-ui.com/r/linked-accounts.jsonProps
Prop
Type
Last updated on