build69
build69  /  Components  /  Auth  /  InviteAccept

InviteAccept

v1.0.11Updated 27 Aug 2026

Team-invite acceptance page where an invitee joins a workspace (optionally creating an account). Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 15 stories
Why this is recommendedinviteinvite-acceptjointeam+3

InviteAccept laid out as cards.

Recommended for+14
  • Onboarding flows
  • Team invitation acceptance
Tags+6
inviteinvite-acceptjointeamonboardingpagecard
Features+4
  • Card, with-signup and split layouts
  • Inviter / workspace summary + accept CTA
  • Self-contained — no required props
Not recommended for−2
  • In-app member management (use a data table)

Install

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

get_registry_item({ name: "InviteAccept" })

Usage

import { InviteAcceptCard } from '@/components/pages/invite-accept';

<InviteAcceptCard />

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