BETTER-AUTH. UI
Components

<SignOut />

A sign-out component that automatically signs the user out when mounted and displays a loading indicator.

Usage

import { SignOut } from "@/components/auth/sign-out"

export function SignOutDemo() {
  return <SignOut />
}

Installation

npx shadcn@latest registry add @better-auth-ui=https://better-auth-ui.com/r/{style}/{name}.json
npx shadcn@latest add @better-auth-ui/sign-out

Props

Prop

Type

Last updated on

On this page