Background 1Retro
pixelflow-ui/background-1-retroFreeComponent
pixelflow-ui publishes no description for this item.
Live preview
live · rendered by the registry
Rendered by pixelflow-ui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://pixelflowui.lok1.dev/r/background-1-retro.jsonSource
1"use client";23import React from "react";45export function Background1Retro() {6 return (7 <div className="absolute inset-0 overflow-hidden bg-white font-mono z-0">8 {/* Grid Pattern */}9 <div className="absolute inset-0 bg-[linear-gradient(to_right,#0000001a_1px,transparent_1px),linear-gradient(to_bottom,#0000001a_1px,transparent_1px)] bg-[size:40px_40px]"></div>1011 {/* Dots Pattern */}12 <div className="absolute inset-0 bg-[radial-gradient(#00000033_1px,transparent_1px)] bg-[size:20px_20px] [mask-image:radial-gradient(ellipse_at_center,black_70%,transparent_100%)]"></div>1314 {/* Floating elements */}15 <div className="absolute top-10 left-10 text-[10vw] text-black/5 font-black uppercase pointer-events-none select-none">16 RETRO_UI17 </div>18 <div className="absolute bottom-10 right-10 text-[10vw] text-black/5 font-black uppercase pointer-events-none select-none">19 SYSTEM20 </div>21 </div>22 );23}
Files it writes
More from pixelflow-ui
All 35 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Accordion Lyraaccordion-lyra | pixelflow-ui | Components | Free | 3 deps | |
| Accordion Novaaccordion-nova | pixelflow-ui | Components | Free | 3 deps | |
| Accordion Retroaccordion-retro | pixelflow-ui | Components | Free | 3 deps | |
| Background 1background-1 | pixelflow-ui | Components | Free | no deps | |
| Bouncy Input Lyrabouncy-input-lyra | pixelflow-ui | Components | Free | 1 dep | |
| Bouncy Input Novabouncy-input-nova | pixelflow-ui | Components | Free | 1 dep | |
| Bouncy Input Retrobouncy-input-retro | pixelflow-ui | Components | Free | 1 dep | |
| Button 1button-1 | pixelflow-ui | Components | Free | no deps |
