siddcn logo
siddcn

Matrix Rain

Falling code characters

LOCALHOST:3000
1 0 1 0
0 1 1 0
NORMAL100%
InstallationBASH
npx siddcn add bg-matrix
UsageTSX
import { MatrixBg } from 'siddcn';

export default function App() {
  return <MatrixBg />;
}