3

Backgrounds

Background components for adding visual texture and depth to your layouts.

Installation

bunx --bun shadcn@latest add https://ui.brodin.dev/r/backgrounds.json

Usage

import { Noise } from "@/components/ui/backgrounds"
<div className="relative">
  <Noise />
  <div className="relative">
    {/* Your content here */}
  </div>
</div>

Components

Noise

A subtle noise texture background that adds visual depth without being distracting.

Examples

Basic Noise