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