Skip to main content
Clever Ops

Chef Story Strip

A provenance strip, the chef's name set in serif, one italic paragraph of kitchen philosophy, and a still small-caps line of the farms that supply the menu. Stillness as the trust signal.

Preview & code

Loading Chef Story Strip preview

Installation

pnpm dlx shadcn@latest add @cleverui/chef-story-strip

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

Usage

tsx
import { ChefStoryStrip } from '@/components/blocks/chef-story-strip'
Exampletsx
import { ChefStoryStrip } from '@/components/blocks/chef-story-strip'

export default function ChefStoryStripDemo() {
  return (
    <ChefStoryStrip
      eyebrow="From the kitchen"
      name="Mara Ellison"
      jobTitle="Chef & owner"
      philosophy="I cook what the week brings from the market, one fire, a short list, and the patience to leave a dish alone when it is already saying enough."
      suppliers={[
        'Riverbend Farm',
        'Harrow Creek Dairy',
        'Bayline Oysters',
        'North Slope Apiary',
        'Elm & Thistle Bakery',
        'Copper Coast Salt',
      ]}
      suppliersLabel="Our suppliers"
    />
  )
}

API reference

ChefStoryStrip accepts the following props.

PropTypeDefaultDescription
eyebrowstring'From the kitchen'
name*stringchef's name, the serif display element
jobTitlestring'Chef & owner'
philosophy*stringONE paragraph of first-person kitchen philosophy
suppliersstring[]4–8 farm and producer names for the static provenance line
suppliersLabelstring'Our suppliers'

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

Frequently asked questions

How do I install the Chef Story 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/chef-story-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 Chef Story Strip require?

Chef Story 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 Chef Story 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