BETTER-AUTH. UI
Components

<LinkedAccounts />

Display and manage linked social accounts with the ability to link and unlink providers.

Usage

import { LinkedAccounts } from "@/components/settings/security/linked-accounts"

function RouteComponent() {
  return (
    <div className="container mx-auto p-4 md:p-6">
      <LinkedAccounts />
    </div>
  )
}
})

import { LinkedAccounts } from "@better-auth-ui/shadcn"

function RouteComponent() {
  return (
    <div className="container mx-auto p-4 md:p-6">
      <LinkedAccounts />
    </div>
  )
}

Installation

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

Props

Prop

Type

Last updated on

On this page