Skip to main content
Clever Ops

Before & After Care

A pre and post appointment care card, two gentle columns headed before you arrive and afterwards, guidance lines in italic serif, and one primary keyline. Practical instructions, beautifully set.

Preview & code

Loading Before & After Care preview

Installation

pnpm dlx shadcn@latest add @cleverui/before-care-notes

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

Usage

tsx
import { BeforeCareNotes } from '@/components/blocks/before-care-notes'
Exampletsx
import { BeforeCareNotes } from '@/components/blocks/before-care-notes'

export default function BeforeCareNotesDemo() {
  return (
    <BeforeCareNotes
      eyebrow="Your appointment"
      heading="Caring for your colour"
      beforeTitle="Before you arrive"
      beforeItems={[
        'Come with day-old hair, natural oils protect the scalp during colour',
        'Wear a top that slips easily over your head, not something that buttons',
        'Skip dry shampoo the morning of; residue can block even lift',
      ]}
      afterTitle="Afterwards"
      afterItems={[
        'Wait forty-eight hours before your first wash, then use the sulphate-free shampoo we send home',
        'Sleep on a silk pillowcase for the first week, less friction, longer shine',
        'Book your gloss refresh at six weeks, while the tone is still singing',
      ]}
      note="Questions between visits are always welcome, call us any time."
    />
  )
}

API reference

BeforeCareNotes accepts the following props.

PropTypeDefaultDescription
eyebrowstring'Your appointment'
headingstring'Caring for your colour'
beforeTitlestring'Before you arrive'
beforeItems*string[]gentle guidance lines before the appointment
afterTitlestring'Afterwards'
afterItems*string[]gentle guidance lines after the appointment
notestring'Questions between visits are always welcome, call us any time.'italic serif reassurance beneath the card

…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 Before & After Care component?

Register the @cleverui registry in your components.json ("@cleverui": "https://cleverops.com.au/r/{name}.json"), then run `npx shadcn@latest add @cleverui/before-care-notes`. 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 Before & After Care require?

Before & After Care 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 Before & After Care 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