Skip to main content
Clever Ops

Trial Timeline Pricing

Honest trial pricing for React, a dated timeline of what actually happens: full access today, a reminder email before any charge, then the real price on a Tailwind hairline rail.

Preview & code

Loading Trial Timeline Pricing preview

Installation

pnpm dlx shadcn@latest add @cleverui/pricing-trial-timeline

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

Usage

tsx
import { PricingTrialTimeline } from '@/components/blocks/pricing-trial-timeline'
Exampletsx
import { PricingTrialTimeline } from '@/components/blocks/pricing-trial-timeline'

export default function PricingTrialTimelineDemo() {
  return (
    <PricingTrialTimeline
      eyebrow="Free trial"
      heading="Try Everfold free for 14 days"
      blurb="Full workspace, every feature, no card tricks. We email you before anything charges, cancel in one click if it is not a fit."
      price="$29"
      period="/month"
      priceLabel="After your trial"
      steps={[
        {
          day: 'Today',
          label: 'Full access begins',
          detail:
            'Create workspaces, invite your team, and use every plan feature. No feature gates during the trial.',
        },
        {
          day: 'Day 12',
          label: 'Reminder email',
          detail:
            'We send a plain-language email two days before billing starts so you can cancel before any charge.',
        },
        {
          day: 'Day 14',
          label: 'Billing starts',
          detail:
            'If you are still in, the $29 monthly plan begins. You can cancel anytime after with no prorated fees hidden in fine print.',
        },
      ]}
      cta={{ label: 'Start free trial', href: '#' }}
      note="Cancel anytime during the trial and you won't be charged."
    />
  )
}

API reference

PricingTrialTimeline accepts the following props.

PropTypeDefaultDescription
eyebrowstring'Free trial'
headingstring'Try Everfold free for 14 days'
blurbstring
price*stringpreformatted post-trial figure, e.g. '$29'
periodstring'/month'
priceLabelstring'After your trial'
steps*PricingTrialStep[]
cta*{ label: string; href: string }
notestring"Cancel anytime during the trial and you won't be charged."

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

Referenced types

Typestsx
export interface PricingTrialStep {
  day: string
  label: string
  detail: string
}

Frequently asked questions

How do I install the Trial Timeline Pricing 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-trial-timeline`. 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 Trial Timeline Pricing require?

Trial Timeline Pricing 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 Trial Timeline Pricing 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