Features
Usage
<Features
items={FeatureItem[]}
title?={string}
subtitle?={string}
className?={string}
/>Props
| Prop | Type | Required | Description |
|---|---|---|---|
| items | FeatureItem[] | Yes | Array of feature items to display |
| title | string | No | Section title |
| subtitle | string | No | Section subtitle |
| className | string | No | Additional CSS class |