Skip to main content
Clever Ops

Commission Breakdown Sheet

Agent fees in full view, commission rate as the hero figure, itemised campaign costs in a ruled Tailwind ledger, and a payable-at-settlement note. React transparency block.

Preview & code

Loading Commission Breakdown Sheet preview

Installation

pnpm dlx shadcn@latest add @cleverui/commission-breakdown-sheet

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

Usage

tsx
import { CommissionBreakdownSheet } from '@/components/blocks/commission-breakdown-sheet'
Exampletsx
import { CommissionBreakdownSheet } from '@/components/blocks/commission-breakdown-sheet'

export default function CommissionBreakdownSheetDemo() {
  return (
    <div className="mx-auto max-w-2xl px-4 py-10 sm:px-6 sm:py-14">
      <CommissionBreakdownSheet
        eyebrow="No surprises at settlement"
        heading="Our fee, in full"
        commissionRate="2.2% + GST"
        commissionNote="Payable only when your property sells, nothing upfront."
        items={[
          {
            label: 'Photography and floorplan',
            value: '$780',
            detail: 'Twilight package · 25 stills + measured plan',
          },
          {
            label: 'Copywriting and brochure',
            value: '$420',
            detail: 'Listing copy, A4 brochure, digital flyer',
          },
          {
            label: 'Portal and print advertising',
            value: '$1,850',
            detail: 'Domain Premium + local paper campaign',
          },
          {
            label: 'Signboard and open-home staffing',
            value: '$640',
            detail: 'Installed board · six open homes',
          },
          {
            label: 'Auctioneer',
            value: '$430',
            detail: 'On-site auctioneer fee',
          },
        ]}
        totalLabel="Total marketing"
        totalValue="$4,120"
        inclusions={[
          'Auctioneer coordination',
          'Contract of sale liaison',
          'Buyer qualification',
          'Settlement follow-through',
        ]}
        note="Marketing at cost, supplier invoices available on request. Commission exclusive of GST."
      />
    </div>
  )
}

API reference

CommissionBreakdownSheet accepts the following props.

PropTypeDefaultDescription
headingstring'Our fee, in full'
eyebrowstringquiet sans kicker, e.g. No surprises at settlement
commissionRate*stringpreformatted rate hero, e.g. 2.2% + GST
commissionNotestringone qualifying sentence under the rate
items*CommissionItem[]
totalLabelstring'Total marketing'
totalValue*stringpreformatted campaign total, e.g. $4,120
inclusionsstring[]what the commission itself covers, hairline chips
notestringfootnote

…plus everything from Omit< React.HTMLAttributes<HTMLElement>, 'onDrag' | 'onDragStart' | 'onDragEnd' | 'onAnimationStart' >: className, event handlers, aria attributes and the rest pass straight through.

Referenced types

Typestsx
export interface CommissionItem {
  label: string
  value: string
  /** small clarifying line under the label */
  detail?: string
}

Frequently asked questions

How do I install the Commission Breakdown Sheet component?

Register the @cleverui registry in your components.json ("@cleverui": "https://cleverops.com.au/r/{name}.json"), then run `npx shadcn@latest add @cleverui/commission-breakdown-sheet`. 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 Commission Breakdown Sheet require?

Commission Breakdown Sheet uses motion on top of React and Tailwind CSS. You don't need to install it manually, the shadcn CLI resolves and installs npm dependencies automatically when you add the component.

Can I theme Commission Breakdown Sheet 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