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