Components
<LinkedAccounts />
Display and manage linked social accounts with the ability to link and unlink providers.
Usage
Linked accounts
import { LinkedAccounts } from "@better-auth-ui/heroui"
export function LinkedAccountsDemo() {
return (
<div className="w-full">
<LinkedAccounts />
</div>
)
}Props
Prop
Type
Last updated on