Skip to main content
Clever Ops

Coach Cred Strip

A certifications strip that treats coaching credentials as data, cert codes in mono with sr-only expansions, years and clients in tabular figures, and one lead-coach keyline.

Preview & code

Loading Coach Cred Strip preview

Installation

pnpm dlx shadcn@latest add @cleverui/coach-cred-strip

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

Usage

tsx
import { CoachCredStrip } from '@/components/blocks/coach-cred-strip'
Exampletsx
'use client'

import { CoachCredStrip } from '@/components/blocks/coach-cred-strip'

export default function CoachCredStripDemo() {
  return (
    <div className="py-8 sm:py-12">
      <CoachCredStrip
        eyebrow="The corner"
        heading="Qualified. Not just enthusiastic."
        note="Every cert current and on the wall. Ask to see them."
        coaches={[
          {
            name: 'Dana Cole',
            certs: ['CSCS', 'USAW-L1', 'FMS'],
            years: 9,
            clients: 180,
            lead: true,
          },
          {
            name: 'Marcus Reed',
            certs: ['CSCS', 'USAPL'],
            years: 12,
            clients: 95,
          },
          {
            name: 'Ava Okonkwo',
            certs: ['NASM-CPT', 'PN-L1'],
            years: 6,
            clients: 140,
          },
          {
            name: 'Jordan Hale',
            certs: ['CF-L2', 'ACE-CPT'],
            years: 5,
            clients: 110,
          },
        ]}
      />
    </div>
  )
}

API reference

CoachCredStrip accepts the following props.

PropTypeDefaultDescription
headingstring'Qualified. Not just enthusiastic.'
eyebrowstringcoach-voice kicker, e.g. THE CORNER
coaches*CoachCred[]
certExpansionsRecord<string, string>merged over the built-in map of common credentials for sr-only expansions
leadLabelstring'Head coach'real-text label on the lead cell, the keyline never carries meaning alone
notestringplain footnote, e.g. Every cert current and on the wall. Ask to see them.

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

Referenced types

Typestsx
export interface CoachCred {
  name: string
  /** short credential codes (CSCS, PN-L1, FMS) */
  certs: string[]
  years: number
  clients?: number
  /** marks at most one coach for the primary keyline */
  lead?: boolean
}

Frequently asked questions

How do I install the Coach Cred Strip component?

Register the @cleverui registry in your components.json ("@cleverui": "https://cleverops.com.au/r/{name}.json"), then run `npx shadcn@latest add @cleverui/coach-cred-strip`. 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 Coach Cred Strip require?

Coach Cred Strip 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 Coach Cred Strip 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