Pixel Liquid Background Demo
unlumen-ui/demo-pixel-liquid-bgFreeComponent
Demo showing the Pixel Liquid Background component.
Live preview
live · rendered by the registry
Rendered by Unlumen Ui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://ui.unlumen.com/r/demo-pixel-liquid-bg.jsonSource
1import {2 PixelLiquidBg,3 type PixelLiquidBgProps,4} from "@/components/unlumen-ui/pixel-liquid-bg";56type PixelLiquidBgDemoProps = Pick<7 PixelLiquidBgProps,8 "pixelSize" | "resolution" | "mouseForce" | "cursorSize" | "autoDemo"9>;1011export default function PixelLiquidBgDemo({12 pixelSize,13 resolution,14 mouseForce,15 cursorSize,16 autoDemo,17}: PixelLiquidBgDemoProps) {18 return (19 <PixelLiquidBg20 className="absolute inset-0 flex items-center justify-center"21 pixelSize={pixelSize}22 resolution={resolution}23 mouseForce={mouseForce}24 cursorSize={cursorSize}25 autoDemo={autoDemo}26 />27 );28}
What it pulls in
Other registry items
Files it writes
More from Unlumen Ui
All 225 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 | |
| Animate Text Input Typinganimate-text-input-typing | Unlumen Ui | Components | Free | 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 |
