Aurora

Northern lights effect using WebGL shaders.

Properties

#00ff88

Color of the aurora

1

Animation speed

Installation

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

Usage

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

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