Matrix Rain
BackgroundsMatrix-style falling code
matrixraincodecyber
Installation
$
Usage
tsx
import { MatrixRain } from "@/components/nonaxial/matrix-rain"
export default function Example() {
return (
<MatrixRain>{/* Your content here */}</MatrixRain>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |