BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/Manifest UI/payment-confirmed

Payment Confirmed

manifest-ui/payment-confirmed
FreeBlock

Payment confirmation card with product image, price, delivery info, and tracking button. Supports default and compressed variants.

Install it

npx shadcn@latest add https://ui.manifest.build/r/payment-confirmed.json

Source

registry/payment/payment-confirmed.tsxui.manifest.build/r/payment-confirmed.json · first 6 KB
1'use client'
2
3import { Button } from '@/components/ui/button'
4import { Check, ExternalLink } from 'lucide-react'
5import { demoPaymentConfirmed } from './demo/payment'
6
7/**
8 * ═══════════════════════════════════════════════════════════════════════════
9 * PaymentConfirmedProps
10 * ═══════════════════════════════════════════════════════════════════════════
11 *
12 * Props for a payment confirmation card with product image, price, delivery info,
13 * and tracking button. Supports default (detailed) and compressed layouts.
14 */
15export interface PaymentConfirmedProps {
16 data?: {
17 /** Order reference number displayed in the header. */
18 orderId?: string
19 /** Name of the purchased product. */
20 productName?: string
21 /** Product description or variant details (e.g., "Nike - Size 42 - White"). Only shown in default variant. */
22 productDescription?: string
23 /** URL to the product image. */
24 productImage?: string
25 /** Total price paid for the order. */
26 price?: number
27 /** Expected delivery date string (e.g., "Tue. Dec 10"). */
28 deliveryDate?: string
29 }
30 actions?: {
31 /** Called when the user clicks the track order button. */
32 onTrackOrder?: () => void
33 }
34 appearance?: {
35 /**
36 * Display variant: "default" shows detailed layout with header, "compressed" shows compact inline layout.
37 * @default "default"
38 */
39 variant?: 'default' | 'compressed'
40 /**
41 * Currency code for formatting the price.
42 * @default "EUR"
43 */
44 currency?: string
45 }
46}
47
48/**
49 * A payment confirmation card with product image, price, delivery info, and tracking button.
50 * Supports two variants: default (detailed with header) and compressed (compact inline).
51 *
52 * Features:
53 * - Success checkmark with "Payment confirmed" header
54 * - Order ID reference
55 * - Product image and description (default variant only)
56 * - Price and delivery date display
57 * - Track order button
58 * - Responsive mobile/desktop layouts
59 *
60 * @component
61 * @example
62 * ```tsx
63 * <PaymentConfirmed
64 * data={{
65 * orderId: "ORD-2024-5678",
66 * productName: "Running Shoes",
67 * productDescription: "Nike · Size 10 · Black",
68// … truncated

What it pulls in

npm packages

  • lucide-react

Other registry items

  • button
  • https://ui.manifest.build/r/manifest-types.json

Files it writes

  • registry/payment/payment-confirmed.tsx
  • registry/payment/demo/payment.ts

Facts

Registry
Manifest UI
Type
registry:block
Access
Free
Files written
2
Licence
the repository states none
In the index
at or before 2026-08-13
Last confirmed
today

Go to the source

ui.manifest.build Raw registry item This item as JSON

More from Manifest UI

All 32 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Amount Inputamount-inputManifest UIBlocksFree1 dep · 2 files
Chat Conversationchat-conversationManifest UIBlocksFree1 dep · 3 files
Contact Formcontact-formManifest UIBlocksFree1 dep · 3 files
Date & Time Pickerdate-time-pickerManifest UIBlocksFree1 dep · 2 files
Event Cardevent-cardManifest UIBlocksFree1 dep · 2 files
Event Confirmationevent-confirmationManifest UIBlocksFree1 dep · 2 files
Event Detailevent-detailManifest UIBlocksFree3 deps · 2 files
Event Listevent-listManifest UIBlocksFree3 deps · 2 files

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex