ArdoFeatures
ArdoFeatures component
ArdoFeatures
Usage
<ArdoFeatures
title?={string}
subtitle?={string}
className?={string}
>
{children}
</ArdoFeatures>Props
| Prop | Type | Required | Description |
|---|---|---|---|
| children | ReactNode | Yes | Feature cards as children |
| title | string | No | Section title |
| subtitle | string | No | Section subtitle |
| className | string | No | Additional CSS class |