Skip to main content
Clever Ops

Treatment Menu

A spa treatment menu set like a printed ritual card, serif italic treatment names, duration and price in quiet tabular figures, delicate hairline leaders. Sensory and unhurried.

Preview & code

Loading Treatment Menu preview

Installation

pnpm dlx shadcn@latest add @cleverui/treatment-menu

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

Usage

tsx
import { TreatmentMenu } from '@/components/blocks/treatment-menu'
Exampletsx
import { TreatmentMenu } from '@/components/blocks/treatment-menu'

export default function TreatmentMenuDemo() {
  return (
    <TreatmentMenu
      eyebrow="The menu"
      heading="Treatments"
      note="All rituals begin with a warm-towel welcome and herbal tea"
      sections={[
        {
          title: 'Face',
          items: [
            {
              name: 'Botanical Glow Facial',
              description:
                'A ninety-minute cleanse with rosehip enzyme, jade gua sha, and a cool aloe seal.',
              duration: '90 min',
              price: '$195',
            },
            {
              name: 'Quiet Hour Facial',
              description:
                'Slow effleurage, warm compresses, and a custom mask for skin that has been asking for rest.',
              duration: '60 min',
              price: '$145',
            },
            {
              name: 'Luminous Eye Ritual',
              description:
                'Chilled metal spoons, caffeine serum, and gentle lymphatic work around the orbital bone.',
              duration: '30 min',
              price: '$75',
            },
          ],
        },
        {
          title: 'Body',
          items: [
            {
              name: 'Warm Basalt Stone',
              description:
                'Heated volcanic stones along the back and shoulders, finishing with cedarwood oil.',
              duration: '75 min',
              price: '$180',
            },
            {
              name: 'Sea Salt Scrub',
              description:
                'Fine Atlantic salt, coconut milk, and a long rinse, skin left soft and quiet.',
              duration: '45 min',
              price: '$120',
            },
          ],
        },
        {
          title: 'Rituals',
          items: [
            {
              name: 'The Afternoon Away',
              description:
                'Facial, scalp massage, and a herbal soak, three hours with nowhere else to be.',
              duration: '180 min',
              price: '$385',
            },
            {
              name: 'Bride Morning',
              description:
                'Hydrating facial, brow tidy, and a light hand-and-arm massage before the first photograph.',
              duration: '90 min',
              price: '$240',
            },
          ],
        },
      ]}
    />
  )
}

API reference

TreatmentMenu accepts the following props.

PropTypeDefaultDescription
headingstring'Treatments'
eyebrowstring'The menu'spaced small-caps serif label, never mono in this register
sections*TreatmentSection[]
notestringclosing line, e.g. warm-towel welcome note

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

Referenced types

Typestsx
export interface TreatmentSection {
  title: string
  items: TreatmentItem[]
}

export interface TreatmentItem {
  name: string
  description?: string
  /** e.g. '60 min' */
  duration?: string
  /** preformatted, e.g. '$180' */
  price: string
}

Frequently asked questions

How do I install the Treatment Menu component?

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

Treatment Menu 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 Treatment Menu 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