Grid Motion

Retro-futuristic scrolling 3D grid (Tron/Synthwave style).

Properties

#00ffff

Grid color

1

Scroll speed

20

Grid density

Installation

npm install @reactomega/ui three @react-three/fiber

Usage

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

export default function App() {
  return (
    <div className="relative w-full h-screen">
      <GridMotion color="#00ffff" />
    </div>
  );
}