Command Palette

Search for a command to run...

Loaders/Morphing Blob Loader

Morphing Blob Loader

Polished liquid sphere with subtle organic deformation and specular highlights

Open in v0Open in
Loading

Overview

Morphing blob loader with spring physics powered by Motion. Variants: mercury (reflective), aurora (gradient rotation), monochrome (solid). Sizes: sm, md, lg.

Installation

npx shadcn@latest add @elements/loader-morphing-blob

Usage

import { LoaderMorphingBlob } from "@/components/elements/loader-morphing-blob";

export function Loading() {
  return <LoaderMorphingBlob variant="mercury" size="md" />;
}

Props

PropTypeDefaultDescription
size"sm" | "md" | "lg""md"Size of the blob
variant"mercury" | "aurora" | "monochrome""mercury"Visual style
classNamestring-Additional CSS classes