Feature — Alternating
Three alternating feature rows with code previews. Left-right layout flips on odd rows.
How it works
Fast to install. Easy to customize. Impossible to regret.
Installation
One command. Zero friction.
Run the ParticleUI CLI to install any component directly into your project. You get the source — no black box, no version churn.
Customization
Tokens, not magic. You control everything.
ParticleUI runs on 4 OKLCH CSS variables. Change the accent color in globals.css and every component updates. No Tailwind config surgery.
Animation
Particle layer. Wow-factor included.
12 animated components that work as drop-in replacements for their core counterparts. Swap Button for ConfettiButton. Input for GlowInput. No refactoring.
Installation
1
Run the CLI
$npx particleui-cli add feature-alternating
Usage
TSX
import { FeatureAlternating } from "@/components/blocks/feature-alternating"
export default function Page() {
return <FeatureAlternating />
}Props
| Prop | Type | Default | Required |
|---|---|---|---|
| heading | string | — | no |
| description | string | — | no |
| features | AlternatingFeature[] | — | no |
Details
Source filecomponents/blocks/feature-alternating.tsx
Typeblock
Categoriesmarketing, blocks
npm dependencies
Registry depsbadge, glow-card, gradient-text, beam
Claude skill—