DigitalRain

A Matrix-style falling characters effect with a cosmic twist.

Usage

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

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

Props

PropTypeDefaultDescription
colorstring"#00ff88"Color of the falling characters
speednumber1Speed of the rain
fontSizenumber16Font size of the characters