Sections
ScrollRevealSection
Vertically stacked items that blur-reveal as they scroll into view
Quick Preview
Why us
🎨
Design with tokens
Every color, size, and spacing value lives in a central token system.
⚡
Ship in hours, not weeks
Pre-built sections mean you can prototype, iterate and launch fast.
♿
Accessible by default
Every component follows WCAG 2.1 AA guidelines out of the box.
Installation
# No extra dependencies
// Copy component fromsrc/components/sections/ScrollRevealSection.tsx
Usage
import ScrollRevealSection from '@/components/sections/ScrollRevealSection'<ScrollRevealSectioneyebrow="Why us"items={[{ icon: '⚡', headline: 'Fast', body: 'Ship quickly.' },{ icon: '🎨', headline: 'Beautiful', body: 'Looks great.' },]}/>
Prompt Preview
Copy a prompt that recreates this UI
Paste this into your AI coding assistant to generate code that closely matches the reference, including color, size, shape, typography, spacing, and polish.
Copy-ready AI prompt
Starts from the current visual reference and project constraints.
Tweak only product-specific copy or data after the first generation pass.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
items | { icon?; headline; body }[] | - | Items to reveal |
eyebrow | string | - | Small label above items |