Noise Effect
A subtle noise overlay component for React and Tailwind CSS. Adds texture and depth to websites with adjustable opacity for full creative control.
A subtle noise overlay component for React and Tailwind CSS. Adds texture and depth to websites with adjustable opacity for full creative control.
play with opacity that helps you to reduce the noise:
1<main2className="relative before:absolute before:top-0 before:left-0 before:w-full3before:h-full before:content-[''] before:opacity-[0.05] before:z-10 before:pointer-events-none4before:bg-[url('https://www.ui-layouts.com/noise.gif')]"5>6{'your content here'}7</main>