build69
build69  /  Components  /  Commerce  /  Subscription

Subscription

v1.0.11Updated 27 Aug 2026

Subscription management page — overview, change plan, usage, payment method and invoices. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

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

Subscription — overview.

Recommended for+14
  • Subscription management screens
  • Account billing
Tags+6
subscriptionplanbillingrenewalapppageoverview
Features+4
  • Overview, change-plan, usage, payment-method and invoices layouts
  • Pause/cancel / add-ons / trial 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: "Subscription" })

Usage

import { SubscriptionOverview } from '@/components/pages/subscription';

<SubscriptionOverview />

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