Components
npx shadcn@latest add https://21st.dev/r/moazamtrade/neon-ditherLoading preview...
import { PaperDesignBackground } from "@/components/ui/neon-dither";
export default function DemoOne() {
return <PaperDesignBackground themeMode="system" intensity={0.85} />;
}