Morphing Blob Demo
nyxui/morphing-blob-demoFreeExample
Example showing a morphing blob.
Live preview
live · rendered by the registry
Rendered by shadcn/ui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://nyxui.com/r/morphing-blob-demo.jsonSource
1import { MorphingBlob } from "../ui/morphing-blob";2import { MoonIcon } from "@radix-ui/react-icons";34export const MorphingBlobDemo = () => {5 return (6 <div className="relative md:absolute md:top-1/2 md:left-1/2 md:-translate-x-1/2 md:-translate-y-1/2 bg-white dark:bg-black w-full h-full rounded-b-xl md:rounded-xl">7 <div className="w-full flex flex-col md:flex-row gap-0 md:gap-24 items-center justify-center rounded-full -mt-4 md:mt-10">8 <MorphingBlob theme="primary">9 <div className="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 h-72 w-78 bg-blue-400/30 rounded-full blur-xl shadow-[0_0_50px_rgba(96,165,250,0.4)] animate-pulse" />10 <div className="text-center p-6 z-10">11 <MoonIcon className="h-10 w-10 mx-auto mb-3 text-white" />12 <h4 className="text-xl w-full font-bold mb-2 text-white">Nyx UI</h4>13 </div>14 </MorphingBlob>1516 <MorphingBlob theme="aurora">17 <div className="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 h-72 w-78 bg-red-400/30 rounded-full blur-xl shadow-[0_0_50px_rgba(96,165,250,0.4)] animate-pulse" />18 <div className="text-center p-6 z-2">19 <MoonIcon className="h-10 w-10 mx-auto mb-3 text-white" />20 <h4 className="text-xl w-full font-bold mb-2 text-white">Nyx UI</h4>21 </div>22 </MorphingBlob>23 </div>24 </div>25 );26};
What it pulls in
Other registry items
Files it writes
More from shadcn/ui
All 68 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| 3D Layered Card Demo3d-layered-card-demo | shadcn/ui | Examples | Free | no deps | |
| Animated Code Block Demoanimated-code-block-demo | shadcn/ui | Examples | Free | no deps | |
| Animated Grainy Background Demoanimated-grainy-bg-demo | shadcn/ui | Examples | Free | no deps | |
| Animated Text Demoanimated-text-demo | shadcn/ui | Examples | Free | no deps | |
| Apple Glass Effect Demoapple-glass-effect-demo | shadcn/ui | Examples | Free | no deps | |
| Bubble Background Demobubble-background-demo | shadcn/ui | Examples | Free | no deps | |
| Custom Cursor Democustom-cursor-demo | shadcn/ui | Examples | Free | no deps | |
| Cyberpunk Card Democyberpunk-card-demo | shadcn/ui | Examples | Free | no deps |
