Skip to main content
Clever Ops

The Salon Shelf

The salon's retail shelf as a designed object, framed product placeholders resting on a drawn hairline shelf, italic why-we-stock-it lines, quiet prices. A React and Tailwind block.

Preview & code

Loading The Salon Shelf preview

Installation

pnpm dlx shadcn@latest add @cleverui/salon-product-shelf

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

Usage

tsx
import { SalonProductShelf } from '@/components/blocks/salon-product-shelf'
Exampletsx
import { SalonProductShelf } from '@/components/blocks/salon-product-shelf'

export default function SalonProductShelfDemo() {
  return (
    <SalonProductShelf
      eyebrow="The shelf"
      heading="What we send you home with"
      intro="Nothing sits on our shelf that hasn't earned its place in the chair first."
      columns={3}
      products={[
        {
          name: 'Nourishing Leave-In Mist',
          brand: 'Oribe',
          blurb: 'The only leave-in we trust after colour, light enough for fine hair.',
          price: '$54',
          badge: 'Salon exclusive',
        },
        {
          name: 'Bond Repair Oil',
          brand: 'Olaplex',
          blurb: 'No.7 oil for mid-lengths that have seen a few lighteners.',
          price: '$48',
        },
        {
          name: 'Colour-Lock Shampoo',
          brand: 'Kérastase',
          blurb: 'Sulphate-free wash that keeps cool tones from fading early.',
          price: '$42',
        },
        {
          name: 'Silk Pillowcase',
          brand: 'Studio Edit',
          blurb: 'Less friction overnight means longer shine between glosses.',
          price: '$68',
          badge: 'House edit',
        },
        {
          name: 'Scalp Comfort Serum',
          brand: 'Aveda',
          blurb: 'For clients who feel heat on the scalp after a full head of foil.',
          price: '$39',
        },
        {
          name: 'Finishing Texture Spray',
          brand: 'R+Co',
          blurb: 'Soft grit without the crunch, we use it on every blow-dry.',
          price: '$36',
        },
      ]}
      note="Ask your stylist what your hair actually needs, honest answers only."
    />
  )
}

API reference

SalonProductShelf accepts the following props.

PropTypeDefaultDescription
eyebrowstring'The shelf'
headingstring'What we send you home with'
introstringone sensory sentence
products*SalonShelfProduct[]
columns2 | 3 | 43
notestring'Ask your stylist what your hair actually needs, honest answers only.'italic serif closing line beneath the shelf

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

Referenced types

Typestsx
export interface SalonShelfProduct {
  name: string
  brand: string
  /** italic why-we-stock-it line */
  blurb: string
  /** preformatted, e.g. '$54' */
  price?: string
  /** e.g. 'Salon exclusive' */
  badge?: string
}

Frequently asked questions

How do I install the The Salon Shelf component?

Register the @cleverui registry in your components.json ("@cleverui": "https://cleverops.com.au/r/{name}.json"), then run `npx shadcn@latest add @cleverui/salon-product-shelf`. 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 The Salon Shelf require?

The Salon Shelf 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 The Salon Shelf 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