Feature Grid
Bento-style feature grid with glow cards, gradient text titles, and icon badges.
Why ParticleUI
Everything a component library should be.
We've thought through every detail so you can focus on shipping your product.
Installation
1
Run the CLI
$npx particleui-cli add feature-grid
Usage
TSX
import { FeatureGrid } from "@/components/blocks/feature-grid"
export default function Page() {
return <FeatureGrid />
}Props
| Prop | Type | Default | Required |
|---|---|---|---|
| badge | string | "Why ParticleUI" | no |
| heading | string | "Everything a component library" | no |
| headingGradient | string | "should be." | no |
| description | string | "We've thought through every detail so you can focus on shipping your product." | no |
| features | Feature[] | defaultFeatures | no |
Details
Source filecomponents/blocks/feature-grid.tsx
Typeblock
Categoriesmarketing, blocks
npm dependencieslucide-react
Registry depsglow-card, gradient-text, badge
Claude skill—