Back to shaders
Voronoi Cells
Organic cell pattern with glowing edges, energy flow, and RGB split effect.
organiccellssci-fianimatedpatternby ShaderDrop
Source Code
Quick Start
1
Download or copy the component file
2
Save to components/VoronoiCells.tsx
3
Import and use in your page
page.tsx
import { VoronoiCells } from "@/components/VoronoiCells"
export default function Page() {
return (
<div className="relative min-h-screen">
<VoronoiCells className="absolute inset-0 -z-10" />
{/* Your content here */}
</div>
)
}VoronoiCells.tsx