<CapabilityGrid>
expressiveContentPresentation
Grid of two to four capability or feature cards with staggered entrance animation (client).
When to use: Summarise platform capabilities, product pillars, or service lines. Use after the brief slide when the audience needs a structured "what we offer" view.
Preview
| Prop | Type | Notes |
|---|---|---|
| label | string | Optional. HUD pill above the title. |
| title | string | Optional. Section headline. |
| features | { title: string; description: string }[] | Required. Feature cards (2–4). |
| tween | object | Optional. Optional GSAP vars for card entrance. |
Examples
<CapabilityGrid
label="Core Systems"
title="Four Engines Running"
features={[
{ title: "Modular Blocks", description: "Swap components without breaking the grid." },
{ title: "Crisp Vectors", description: "All visual effects are native CSS." },
{ title: "Live Data", description: "Chart slides accept dynamic values." },
{ title: "Retro Atmosphere", description: "Scanlines, CRT vignettes, and starfields." }
]}
/>