Morphing square demo

PreviousNext

A demo component showcasing a morphing square loading indicator

Docs
moleculeuiexample

Preview

Loading preview…
registry/example/morphing-square-demo.tsx
import { MorphingSquare } from "@/registry/molecule-ui/morphing-square"

export function MorphingSquareDemo() {
  return <MorphingSquare />
}

Installation

npx shadcn@latest add @moleculeui/morphing-square-demo

Usage

import { MorphingSquareDemo } from "@/components/morphing-square-demo"
<MorphingSquareDemo />