Pixel Background Grid Demo
unlumen-ui/demo-pixel-gridFreeComponent
Demo showing three pixel backgrounds side by side with different color palettes.
Install it
npx shadcn@latest add https://ui.unlumen.com/r/demo-pixel-grid.jsonSource
1import { PixelBackground } from "@/components/unlumen-ui/pixel";23export const PixelBackgroundGridDemo = () => {4 return (5 <div className="absolute m-12 border border-border/80 inset-0 grid grid-cols-3 overflow-hidden divide-x divide-border/80">6 <PixelBackground7 pattern="cursor"8 darkColors="#0d1b4b,#1a3a8f,#2563eb"9 lightColors="#bfdbfe,#93c5fd,#3b82f6"10 className="size-full flex flex-col"11 >12 <h1 className="text-4xl p-6 pb-1">13 Pixel <br /> Cursor14 </h1>15 <p className="text-sm text-muted-foreground p-6 pt-3">16 Animation starts from where the mouse enters.17 </p>18 </PixelBackground>1920 <PixelBackground21 pattern="edges"22 darkColors="#2a2a2a,#3b3b3b,#525252"23 lightColors="#d4d4d4,#bdbdbd,#a3a3a3"24 className="size-full flex flex-col"25 >26 <h1 className="text-4xl p-6 pb-1">27 Pixel <br /> Edges28 </h1>29 <p className="text-sm text-muted-foreground p-6 pt-3">30 Pixels appear from all edges inward.31 </p>32 </PixelBackground>3334 <PixelBackground35 pattern="random"36 darkColors="#606c38,#fefae0,#bc6c25"37 lightColors="#264653,#2a9d8f,#e9c46a,#f4a261"38 className="size-full flex flex-col"39 >40 <h1 className="text-4xl p-6 pb-1">41 Pixel <br /> Random42 </h1>43 <p className="text-sm text-muted-foreground p-6 pt-3">44 A Random pattern that combines distance and angle45 </p>46 </PixelBackground>47 </div>48 );49};
What it pulls in
Other registry items
Files it writes
More from Unlumen Ui
All 233 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| AI Chatai-chat | Unlumen Ui | Components | Paid | 2 deps | |
| Vercel Animate Countanimate-count | Unlumen Ui | Components | Free | 1 dep | |
| Animate Digitsanimate-digits | Unlumen Ui | Components | Free | 1 dep | |
| Animated Inputanimate-text-input-typing | Unlumen Ui | Components | Paid | 1 dep | |
| Animated Listanimated-list | Unlumen Ui | Components | Free | 1 dep | |
| Apple Switchapple-switch | Unlumen Ui | Components | Free | 1 dep | |
| Aurora Barsaurora-bars | Unlumen Ui | Components | Free | 1 dep | |
| Aurora Bluraurora-blur | Unlumen Ui | Components | Free | 2 deps |
