Skip to main content
Clever Ops

Alumni Story Cards

Graduate stories told as career arcs, from old job to new title, a short quote, cohort chip, and hired-in timeline. React and Tailwind alumni proof cards for course sites.

Preview & code

Loading Alumni Story Cards preview

Installation

pnpm dlx shadcn@latest add @cleverui/alumni-story-cards

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

Usage

tsx
import { AlumniStoryCards } from '@/components/blocks/alumni-story-cards'
Exampletsx
import { AlumniStoryCards } from '@/components/blocks/alumni-story-cards'

export default function AlumniStoryCardsDemo() {
  return (
    <div className="mx-auto w-full">
      <AlumniStoryCards
        heading="Where our alumni landed"
        intro="Real graduates, real job titles, every arc here happened within a year of finishing."
        stories={[
          {
            name: 'Priya Nair',
            fromJobTitle: 'Barista, Harbour Roast',
            toJobTitle: 'Junior data analyst',
            company: 'Northline Transit',
            quote:
              'I thought I needed a degree first. Eight weeks later I was shipping weekly ridership reports the ops team actually opens.',
            cohort: 'Class of 2025',
            timeline: 'Hired 6 weeks after demo day',
          },
          {
            name: 'Marcus Webb',
            fromJobTitle: 'Warehouse shift lead',
            toJobTitle: 'Operations analyst',
            company: 'ParcelPath Logistics',
            quote:
              'The project forced me to talk to stakeholders early. That habit got me the interview more than any tool on my resume.',
            cohort: 'Class of 2024',
            timeline: 'Hired 3 months after graduation',
          },
          {
            name: 'Elena Rossi',
            fromJobTitle: 'Primary school teacher',
            toJobTitle: 'Product analyst',
            company: 'Lumen EdTech',
            quote:
              'I already knew how to explain hard things simply. The course gave me the metrics vocabulary to sit next to engineers.',
            cohort: 'Class of 2025',
            timeline: 'Hired 9 weeks after demo day',
          },
          {
            name: 'James Okonkwo',
            fromJobTitle: 'Freelance photographer',
            toJobTitle: 'Growth analyst',
            company: 'Frame & Field',
            quote:
              'I used to guess which shoots brought clients back. Now I can show the funnel, and price my work like a business.',
            cohort: 'Class of 2024',
            timeline: 'Hired 4 months after graduation',
          },
        ]}
      />
    </div>
  )
}

API reference

AlumniStoryCards accepts the following props.

PropTypeDefaultDescription
headingstring'Where our alumni landed'
introstringone warm plain sentence under the heading
stories*AlumniStory[]
columns1 | 22cards per row at sm and up; always 1 below

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

Referenced types

Typestsx
export interface AlumniStory {
  name: string
  fromJobTitle: string
  toJobTitle: string
  company?: string
  quote: string
  /** preformatted, e.g. 'Class of 2025' */
  cohort?: string
  /** preformatted, e.g. 'Hired 6 weeks after demo day' */
  timeline?: string
}

Frequently asked questions

How do I install the Alumni Story Cards component?

Register the @cleverui registry in your components.json ("@cleverui": "https://cleverops.com.au/r/{name}.json"), then run `npx shadcn@latest add @cleverui/alumni-story-cards`. 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 Alumni Story Cards require?

Alumni Story Cards 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 Alumni Story Cards 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