Creative Tim UICreative Tim UI

Billing & Payment Blocks based on shadcn/ui

Files
app/billing-information/page.tsx
import BillingInformation01 from "@/components/creative-tim/blocks/billing-information-01"

export default function Page() {
  return <BillingInformation01 />
}
Manage billing contacts and company information
billing-information-01

Billing Information

View and update your billing details quickly and easily.

Burrito Vikings

Company

Contact: Emma Roberts
Email Address: [email protected]
VAT Number: FRB1235476
Stone Tech Zone

Company

Contact: Marcel Glock
Email Address: [email protected]
VAT Number: FRB1235476
Fiber Notion

Company

Contact: Misha Stam
Email Address: [email protected]
VAT Number: FRB1235476
import BillingInformation01 from "@/components/creative-tim/blocks/billing-information-01"

export default function Page() {
  return <BillingInformation01 />
}
PRO Blocks

This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.

Upgrade to PRO
Credit card display with dark and light themes
card-display-01

4562 1122 4594 7852

Card Holder

Jack Peterson

Expires

10/25

mastercard logo

4562 1122 4594 8844

Card Holder

Jack Peterson

Expires

10/26

mastercard logo
import CardDisplay01 from "@/components/creative-tim/blocks/card-display-01"

export default function Page() {
  return <CardDisplay01 />
}
PRO Blocks

This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.

Upgrade to PRO
Payment method management with edit and delete
payment-method-01

Payment Methods

Manage your preferred payment methods securely and conveniently.

Default
mastercard

**** **** **** 7852

mastercard Card

visa

**** **** **** 9831

visa Card

visa

**** **** **** 8362

visa Card

mastercard

**** **** **** 0098

mastercard Card

import PaymentMethod01 from "@/components/creative-tim/blocks/payment-method-01"

export default function Page() {
  return <PaymentMethod01 />
}
PRO Blocks

This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.

Upgrade to PRO
Financial transaction history with trend indicators
transaction-history-01

History Transactions

Track and monitor your financial activity.

March 2023

Netflix

27 March 2026, at 12:30 PM

- $2,500.00

Apple

27 March 2026, at 04:30 AM

+ $2,000.00

February 2023

Stripe

26 March 2026, at 13:45 PM

- $2,500.00

HubSpot

26 March 2023, at 12:30 PM

+ $750.00

Figma

26 March 2023, at 08:30 AM

+ $1,400.00

Webflow

26 March 2023, at 05:00 AM

Pending

import TransactionHistory01 from "@/components/creative-tim/blocks/transaction-history-01"

export default function Page() {
  return <TransactionHistory01 />
}
PRO Blocks

This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.

Upgrade to PRO
Invoice overview with status badges and download
invoices-01

Invoices

Track and monitor your financial activity.

INV-24 #MS-415646

October 15, 2024

24 Days

$2,500.00

INV-23 #MS-415740

October 10, 2024

20 Days

$1,750.00

INV-22 #MS-946285

September 15, 2024

18 Days

$1,500.00

INV-21 #MS-739734

September 10, 2024

3 Days Overdue

$2,990.00

INV-20 #MS-848649

August 15, 2024

3 Days Overdue

$3,500.00

import Invoices01 from "@/components/creative-tim/blocks/invoices-01"

export default function Page() {
  return <Invoices01 />
}
PRO Blocks

This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.

Upgrade to PRO
Billing add-ons picker with live pricing summary
billing-addons-selector

Billing Add-ons

Customize your plan with flexible add-ons and live totals.

Growth Plan
Popular

Track every admin change with searchable logs.

$19 / mo

per workspace

Dedicated Slack channel and 2-hour response time.

$39 / mo

per workspace

Add 10 more automation workflows per month.

$25 / mo

per workspace

SOC2 reports and data export assistance.

$29 / mo

per workspace

Annual billing

Save 15% when billed yearly.

Order summary

Base plan$79 / mo
Selected add-ons$58 / mo
Total$137 / mo

Auto-renew add-ons

Keep add-ons active on renewals.

Invoice to finance

Send a summary invoice to billing.

Changes apply immediately to your workspace.
import BillingAddonsSelector from "@/components/creative-tim/blocks/billing-addons-selector"

export default function Page() {
  return <BillingAddonsSelector />
}