Skip to main content
Clever Ops

Glow Pricing Tiers

Three quiet tiers with one accent moment, the featured plan carries a primary hairline and soft glow. Billing toggle with sprung thumb; prices crossfade on flip.

Preview & code

Loading Glow Pricing Tiers preview

Installation

pnpm dlx shadcn@latest add @cleverui/pricing-tiers-glow

Requires the @cleverui registry in your components.json, a one-off, two-line setup.

Usage

tsx
import { PricingTiersGlow } from '@/components/blocks/pricing-tiers-glow'
Exampletsx
import { PricingTiersGlow } from '@/components/blocks/pricing-tiers-glow'

export default function PricingTiersGlowDemo() {
  return (
    <PricingTiersGlow
      eyebrow="Pricing"
      heading="Pay for outcomes, not seats."
      tiers={[
        {
          name: 'Starter',
          monthly: 49,
          annual: 39,
          blurb: 'For a founder automating their own plate.',
          features: ['3 active automations', 'Inbox triage', 'Weekly digest', 'Email support'],
          cta: { label: 'Start free', href: '#' },
        },
        {
          name: 'Operations',
          monthly: 149,
          annual: 119,
          blurb: 'For teams retiring their manual handoffs.',
          features: [
            'Unlimited automations',
            'Invoice matching & reconciliation',
            'Approval chains',
            'Audit log with replay',
            'Priority support',
          ],
          cta: { label: 'Start 14-day trial', href: '#' },
          featured: true,
        },
        {
          name: 'Scale',
          monthly: 399,
          annual: 319,
          blurb: 'For finance teams with controls to satisfy.',
          features: ['Everything in Operations', 'SSO & SCIM', 'Custom data residency', 'Dedicated engineer'],
          cta: { label: 'Talk to sales', href: '#' },
        },
      ]}
    />
  )
}

API reference

PricingTiersGlow accepts the following props.

PropTypeDefaultDescription
eyebrowstring
headingstring
currencystring'$'
tiers*PricingTier[]

…plus everything from React.HTMLAttributes<HTMLElement>: className, event handlers, aria attributes and the rest pass straight through.

Referenced types

Typestsx
export interface PricingTier {
  name: string
  monthly: number
  annual: number
  blurb: string
  features: string[]
  cta: { label: string; href: string }
  /** the single accent tier, at most one */
  featured?: boolean
}

Frequently asked questions

How do I install the Glow Pricing Tiers component?

Register the @cleverui registry in your components.json ("@cleverui": "https://cleverops.com.au/r/{name}.json"), then run `npx shadcn@latest add @cleverui/pricing-tiers-glow`. The shadcn CLI copies the source into your project, you own the code from that point. You can also copy the source directly from this page.

What dependencies does Glow Pricing Tiers require?

Glow Pricing Tiers uses motion and lucide-react on top of React and Tailwind CSS. You don't need to install them manually, the shadcn CLI resolves and installs npm dependencies automatically when you add the component.

Can I theme Glow Pricing Tiers to match my brand?

Yes. The component is styled entirely with Tailwind utilities over standard design tokens (primary, background, muted, border), so it inherits your existing shadcn/ui theme automatically. Change your CSS variables and the component follows, no source edits needed for palette, radius, or fonts.

Want this built for you?

CleverUI is built by the Clever Ops web team. If you'd rather ship a hand-coded, fast, custom website than assemble one, we build them for Australian businesses every week.

Explore web development services