Rainbow Matrix Shader
npx shadcn@latest add https://21st.dev/r/aghasisahakyan1/rainbow-matrix-shader
Loading preview...
import { Component } from "@/components/ui/rainbow-matrix-shader"; export default function DemoOne() { return <Component />; }