Reactive ambient background
Loading preview...
import { PaperDesignBackground } from "@/components/ui/neon-dither"; export default function DemoOne() { return <PaperDesignBackground themeMode="system" intensity={0.85} />; }