Sections
FeatureMatrix
Comparison table showing which features each plan includes
Quick Preview
| Features | Starter | Pro | Enterprise |
|---|---|---|---|
| Core | |||
Projects | 3 | Unlimited | Unlimited |
Team members | 1 | 5 | Unlimited |
Storage | 1 GB | 50 GB | Custom |
| Support | |||
Email support | โ | โ | โ |
Priority support | โ | โ | โ |
Dedicated manager | โ | โ | โ |
Installation
# No extra dependencies
// Copy component fromsrc/components/sections/FeatureMatrix.tsx
Usage
import FeatureMatrix from '@/components/sections/FeatureMatrix'<FeatureMatrixplans={[{ name: 'Starter' }, { name: 'Pro', highlight: true }]}features={[{category: 'Core',items: [{ feature: { name: 'Projects' }, coverage: ['3', 'Unlimited'] }]}]}/>
Prompt Preview
Copy a prompt that recreates this UI
Paste this into your AI coding assistant to generate code that closely matches the reference, including color, size, shape, typography, spacing, and polish.
Copy-ready AI prompt
Starts from the current visual reference and project constraints.
Tweak only product-specific copy or data after the first generation pass.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
plans | Plan[] | - | Column headers (plan names) |
features | FeatureGroup[] | - | Grouped feature rows with coverage per plan |