Skip to main content
Clever Ops

Property Feature Sheet

The listing's spec sheet set like a printed document, land and floor areas, orientation, and zoning in ruled two-column rows beside a structural floorplan placeholder panel.

Preview & code

Loading Property Feature Sheet preview

Installation

pnpm dlx shadcn@latest add @cleverui/property-feature-sheet

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

Usage

tsx
import { PropertyFeatureSheet } from '@/components/blocks/property-feature-sheet'
Exampletsx
import { PropertyFeatureSheet } from '@/components/blocks/property-feature-sheet'

export default function PropertyFeatureSheetDemo() {
  return (
    <div className="mx-auto max-w-4xl px-4 py-10 sm:px-6 sm:py-14">
      <PropertyFeatureSheet
        eyebrow="14 Banksia Avenue · Kew"
        heading="Property details"
        specs={[
          { label: 'Land area', value: '545 m²' },
          { label: 'Floor area', value: '212 m²' },
          { label: 'Orientation', value: 'North-east' },
          { label: 'Zoning', value: 'R2 Low Density', mono: true },
          { label: 'Year built', value: '1928 · extended 2016' },
          { label: 'Council rates', value: '$3,420 / yr' },
        ]}
        floorplanLabel="Floorplan"
        requestLabel="Request full floorplan"
        onRequestFloorplan={() => {}}
        note="Dimensions approximate, verify with contract of sale."
      />
    </div>
  )
}

API reference

PropertyFeatureSheet accepts the following props.

PropTypeDefaultDescription
headingstring'Property details'
eyebrowstringquiet sans kicker above the heading
specs*PropertySpec[]
floorplanLabelstring'Floorplan'mono caption under the placeholder panel
requestLabelstring'Request full floorplan'
onRequestFloorplan() => voidrenders the request affordance when provided
notestringfootnote

…plus everything from Omit< React.HTMLAttributes<HTMLElement>, 'onDrag' | 'onDragStart' | 'onDragEnd' | 'onAnimationStart' >: className, event handlers, aria attributes and the rest pass straight through.

Referenced types

Typestsx
export interface PropertySpec {
  label: string
  value: string
  /** mono uppercase for coded data (zoning) */
  mono?: boolean
}

Frequently asked questions

How do I install the Property Feature Sheet component?

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

Property Feature Sheet uses motion and lucide-react on top of React and Tailwind CSS. You don't need to install them manually, the shadcn CLI resolves and installs npm dependencies automatically when you add the component.

Can I theme Property Feature Sheet 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