Sticky Reference List
A feature section with a heading column that sticks in place while three labelled groups of checked capabilities scroll past it, closing on a footnote under a hairline. Good for a long, reference-style capability list under a short pitch.
Docs
Installation
A real shadcn registry command, not a copy-paste stand-in: it fetches this block plus its dependencies and any missing npm packages, and installs them straight into your project.
npx shadcn add https://staaarter.com/r/sticky-reference-list.jsonPrefer not to use the CLI? Copy the source from the Code toggle above into src/components/blocks/feature/feature5.tsx instead.
Usage
The file also exports feature5Demo, the exact props behind the preview above. Spread it to get a working section in one line, then replace it with your own data.
import { Feature5, feature5Demo } from "@/components/blocks/feature/feature5"; export default function Page() { return <Feature5 {...feature5Demo} />; }
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| eyebrow | string | none | Small label above the heading. |
| heading | ReactNode | none | Heading in the sticky left column. |
| description | string | none | Supporting copy under the heading. |
| groups | CapabilityGroup[] | none | Labelled groups of checked capability items in the right column. |
| footnote | string | none | Fine-print line under a hairline at the end of the list. |
| className | string | none | Extra classes for the outer section element. |
Types
type CapabilityGroup = { label: string; items: string[] };
Behavior notes
- The sticky behavior is pure CSS (lg:sticky lg:top-24 lg:self-start on the heading column) with no client JavaScript or scroll listeners involved; it only takes effect at the lg breakpoint, stacking normally on mobile.
- Each capability item shows a static check icon, none of it is a real toggleable checklist.
- The footnote sits under its own hairline below the last group regardless of how many groups are passed in.
More Feature Blocks
View all →Full-Bleed Workspace Band
Two-column header above a full-bleed image band with a live view switcher, closing on three numbered captions.
Center-Line Journey Timeline
Vertical hairline timeline alternating stages either side, dropping a phone frame on one step.
Figure-Led Evidence Rows
Tall image with a floating before-and-after card, leading into oversized-figure evidence rows.
Staircase Asset Trio
Three image tiles stepping down the page in a staircase, each floating a different live asset.
Day Timeline Rows
Hairline rows walking through one working day, stamped with time and a live approval card inline.
Expanding Proof Rows
Full-width hairline rows that expand in place to reveal a paragraph beside a live asset image.