Skip to main content
Clever Ops

Consultation Intake Panel

An initial-consultation panel, what to bring as a ruled list, a serif-italic confidentiality note, a plain fee line, and one formal action. Nearly still, certain of itself.

Preview & code

Loading Consultation Intake Panel preview

Installation

pnpm dlx shadcn@latest add @cleverui/consult-intake-panel

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

Usage

tsx
import { ConsultIntakePanel } from '@/components/blocks/consult-intake-panel'
Exampletsx
'use client'

import { ConsultIntakePanel } from '@/components/blocks/consult-intake-panel'

export default function ConsultIntakePanelDemo() {
  return (
    <ConsultIntakePanel
      eyebrow="Initial consultation"
      heading="Before we meet"
      intro="An hour, in confidence, to understand your position and whether we are the right firm to act."
      bringTitle="What to bring"
      bringItems={[
        'Any correspondence you have received about the matter',
        'Contracts or agreements, signed or draft',
        'Court documents, if proceedings have already been filed',
        'A short chronology of the key dates as you understand them',
        'Names of any other advisers already involved',
      ]}
      confidentialityNote="Everything you share with us is protected by legal professional privilege, from the first phone call."
      feeLine="The initial consultation is a fixed $250, credited against any engagement that follows."
      cta={{ label: 'Request a consultation', href: '#request-consultation' }}
    />
  )
}

API reference

ConsultIntakePanel accepts the following props.

PropTypeDefaultDescription
eyebrowstring'Initial consultation'spaced small-caps serif, never mono in this register
headingstring'Before we meet'
introstringone measured sentence
bringTitlestring'What to bring'
bringItems*string[]
confidentialityNotestring'Everything you share with us is protected by legal professional privilege, from the first phone call.'
feeLinestring'The initial consultation is a fixed $250, credited against any engagement that follows.'
cta*{ label: string; href: string }the single formal action

…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 Consultation Intake Panel component?

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

Consultation Intake Panel 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 Consultation Intake Panel 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