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
| Prop | Type | Default | Description |
|---|---|---|---|
| color | string | "#00ff88" | Color of the falling characters |
| speed | number | 1 | Speed of the rain |
| fontSize | number | 16 | Font size of the characters |