Vortex Tunnel

Hypnotic spiral tunnel effect with rotation animation.

Properties

#ff00ff

Vortex color

1

Rotation speed

1

Brightness

Usage

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

export default function App() {
  return (
    <div className="relative w-full h-screen bg-black flex items-center justify-center">
      <VortexTunnel color="#ff00ff" />
    </div>
  );
}