Components
Loading preview...
Here is Noise Dark Blue Gradient with Squares component
@reapollo
npx shadcn@latest add https://21st.dev/r/larsen66/noise-dark-blue-gradient-with-squaresimport Component from "@/components/ui/noise-dark-blue-gradient-with-squares";
export default function DemoOne() {
return <Component />;
}