JSPM

@saas-billkit/ui

0.2.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q34200F
  • License MIT

React UI templates for SaaS BillKit billing pages

Package Exports

  • @saas-billkit/ui

Readme

@saas-billkit/ui

Pre-built React UI templates for SaaS BillKit billing pages — pricing, dashboards, customer portal, and admin panel.

Installation

npm install @saas-billkit/ui @saas-billkit/react @saas-billkit/core react react-dom

Quick Start

import { PricingPage, BillingDashboard, CustomerPortal, AdminPanel } from '@saas-billkit/ui';

// Pricing page for your marketing site
<PricingPage plans={plans} onSelectPlan={handleSelect} />

// Customer-facing billing dashboard
<BillingDashboard customerId={customerId} />

// Self-service customer portal
<CustomerPortal customerId={customerId} />

// Admin management interface
<AdminPanel tenantId={tenantId} />

Documentation

Full documentation available at github.com/MajorAbdullah/saas-billkit

License

MIT