Grids & Layouts
Elastic Expansion
Elastic expanding feature grid with smooth morphing animations.
featureelasticexpansionmorph
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
features | Array<{title: string, desc: string, icon?: React.ReactNode, img?: string}> | [{title: 'Global Edge', desc: 'Latency is a choice. We chose zero.', img: '...'}, ...] | Array of feature items with title, description, optional icon, and optional image. |
backgroundColor | string | #f5f5f5 | Background color (hex, rgb, or hsl). |
buttonText | string | Explore Capability | Button text for expanded cards. |