Sections
Features Grid
Display your product features in a clean grid.
The FeaturesList component displays a grid of icon-based value propositions. It’s fully responsive and theme-aware.
Usage
import { Zap } from 'lucide-react';
{/* FeaturesList demo (component not bundled) */}
Example
Props
FeatureItem
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | Required | The heading for the feature. |
description | string | Required | A short summary of the feature. |
Slots
icon: The icon to display above the title.