build69
build69  /  Components  /  Auth  /  Logout

Logout

v1.0.11Updated 27 Aug 2026

Sign-out page covering the confirm prompt and the post-logout state. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 14 stories
ConfirmOpen ↗
Why this is recommendedlogoutsign-outauthsession+2

Logout — confirm.

Recommended for+14
  • Auth flows
  • Session end screens
Tags+6
logoutsign-outauthsessionpageconfirm
Features+4
  • Confirm, success and split layouts
  • Sign-out confirmation + sign-in-again CTA
  • Self-contained — no required props
Not recommended for−2
  • Inline menus (use a Dropdown item)

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "Logout" })

Usage

import { LogoutConfirm } from '@/components/pages/logout';

<LogoutConfirm />

Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.

Props

PropTypeRequired
className

Optional wrapper class override

string

Related