CyberGrid

A retro-futuristic 3D grid terrain effect using Three.js and custom shaders.

Usage

import { CyberGrid } from '@reactomega/ui';

export default function App() {
  return (
    <div className="relative h-screen w-full">
      <CyberGrid color="#00ff88" speed={1} height={1} />
    </div>
  );
}

Props

PropTypeDefaultDescription
colorstring"#00ff88"Color of the grid lines
speednumber1Speed of the grid movement
heightnumber1Height/Intensity of the terrain distortion