← All Components

FeatureSection

Grid of feature cards with icons and descriptions.

3 Columns (default)

Lightning Fast

Built on edge infrastructure for sub-50ms response times globally.

Enterprise Security

SOC 2 compliant with end-to-end encryption and audit logging.

Real-time Analytics

Live dashboards with custom metrics and automated reporting.

2 Columns

Lightning Fast

Built on edge infrastructure for sub-50ms response times globally.

Enterprise Security

SOC 2 compliant with end-to-end encryption and audit logging.

Without Icons

Lightning Fast

Built on edge infrastructure for sub-50ms response times globally.

Enterprise Security

SOC 2 compliant with end-to-end encryption and audit logging.

Real-time Analytics

Live dashboards with custom metrics and automated reporting.

Props

PropTypeDescription
featuresFeature[]Array of { icon?, title, description } objects
columns2 | 3 | 4Number of grid columns (default 3)
classNamestringAdditional classes on the root element

Usage

<FeatureSection columns={3} features={[ { icon: <Zap className="h-6 w-6" />, title: "Lightning Fast", description: "Sub-50ms response times.", }, ]} />