Pulse Grid
✦ EffectsDot grid background with click-spawned expanding ripples and wave interference.
backgroundcanvasgridrippleanimationinteractivedots
No preview available
Canvas 2D ~ Click anywhere to spawn ripples
Controls
#8b5cf6
28
1.5
200
3
6
Dot grid background with click-spawned expanding ripples and wave interference.
No preview available
Canvas 2D ~ Click anywhere to spawn ripples
Effects / React Component
Dot grid background with click-spawned expanding ripples and wave interference.
Copy the shadcn CLI command below. Replace YOUR_LICENSE_KEY with the license key from your FutureUI account — or log in and it will auto-fill for you.
npx shadcn@latest add "https://futureui.studio/api/registry/pulse-grid.json?key=YOUR_LICENSE_KEY" import { PulseGrid } from './PulseGrid';
export default function Example() {
return (
<div style={{ width: '100%', height: 400, position: 'relative' }}>
<PulseGrid accentColor="#8b5cf6" dotSpacing={28} rippleSpeed={3} />
</div>
);
}