build69
build69  /  Components  /  Site  /  Success

Success

v1.0.12Updated 27 Aug 2026

Success / confirmation page for completed actions (order, verification, payment). Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 15 stories
CheckmarkOpen ↗
Why this is recommendedsuccessconfirmationdonecomplete+3

Success — checkmark.

Recommended for+14
  • Post-action confirmations
  • Checkout / verification success
Tags+6
successconfirmationdonecompletestatuspagecheckmark
Features+4
  • Checkmark, order-confirmation and email-verified layouts
  • Success icon + summary + next-step CTA
  • Self-contained — no required props
Not recommended for−2
  • Transient toasts (use Sonner)

Install

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

get_registry_item({ name: "Success" })

Usage

import { SuccessCheckmark } from '@/components/pages/success';

<SuccessCheckmark />

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