Skip to main content
Clever Ops

Callout Figure Features

Annotated product figure for React marketing pages, numbered leader lines tie a token-built Tailwind mock to margin notes, so every feature claim points at the pixel it explains.

Preview & code

Loading Callout Figure Features preview

Installation

pnpm dlx shadcn@latest add @cleverui/feature-callout-figure

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

Usage

tsx
import { FeatureCalloutFigure } from '@/components/blocks/feature-callout-figure'
Exampletsx
import { FeatureCalloutFigure } from '@/components/blocks/feature-callout-figure'

export default function FeatureCalloutFigureDemo() {
  return (
    <FeatureCalloutFigure
      eyebrow="Release train"
      heading="Every claim points at a pixel."
      description="Meridian’s deploy board ships as a single framed surface. The callouts below map each capability to the exact row an operator reads at ship time."
      figure={{
        title: 'deploy · board',
        rows: [
          { label: 'Pipeline', value: 'main → edge', state: 'success' },
          { label: 'Region set', value: 'iad · fra · syd' },
          { label: 'Canary share', value: '8%' },
          { label: 'Health gate', value: 'pass', state: 'success' },
          { label: 'Rollback window', value: '12 min' },
          { label: 'Signed artifacts', value: 'cosign', state: 'success' },
        ],
      }}
      callouts={[
        {
          row: 0,
          title: 'One pipeline, three edges',
          body: 'Promotion is a single job that fans out to every edge region after the canary clears its error budget.',
        },
        {
          row: 2,
          title: 'Canary with a hard cap',
          body: 'Traffic share is locked in config, not a dashboard slider, 8% is the max until the gate flips green.',
        },
        {
          row: 3,
          title: 'Health gate before promote',
          body: 'p99 latency and error rate must stay under budget for three consecutive windows or the train stops.',
        },
        {
          row: 5,
          title: 'Artifacts are signed',
          body: 'Every image and bundle carries a cosign signature verified at the edge before traffic moves.',
        },
      ]}
    />
  )
}

API reference

FeatureCalloutFigure accepts the following props.

PropTypeDefaultDescription
eyebrowstring
heading*string
descriptionstring
figure*FeatureCalloutFigureFigure
callouts*FeatureCalloutFigureCallout[]

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

Referenced types

Typestsx
export interface FeatureCalloutFigureFigure {
  title: string
  rows: FeatureCalloutFigureRow[]
}

export interface FeatureCalloutFigureCallout {
  /** zero-based index of the figure row this marker anchors to */
  row: number
  title: string
  body: string
}

export interface FeatureCalloutFigureRow {
  label: string
  value: string
  state?: 'default' | 'success'
}

Frequently asked questions

How do I install the Callout Figure Features component?

Register the @cleverui registry in your components.json ("@cleverui": "https://cleverops.com.au/r/{name}.json"), then run `npx shadcn@latest add @cleverui/feature-callout-figure`. 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 Callout Figure Features require?

Callout Figure Features 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 Callout Figure Features 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