build69
build69  /  Components  /  Commerce  /  Billing

Billing

v1.0.15Updated 27 Aug 2026

Billing page — overview, plan management, payment methods, invoice history and usage metering. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 18 stories
OverviewOpen ↗
Why this is recommendedbillinginvoicespaymentplan+3

Billing — overview.

Recommended for+14
  • In-app billing screens
  • Account billing
Tags+6
billinginvoicespaymentplanapppageoverview
Features+4
  • Overview, plan management, payment methods, invoices and usage layouts
  • Upgrade-flow / credits / cancel variants
  • Self-contained — no required props
Not recommended for−2
  • Public pricing pages (use PricingPage)

Install

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

get_registry_item({ name: "Billing" })

Usage

import { BillingOverview } from '@/components/pages/billing';

<BillingOverview />

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 (copy-paste block, baked-in content)

string

Related