Measured entry

magicui-icon-cloud

logo-wallspatialmotion on file

A client-side React component that draws an interactive spherical cloud on a canvas from supplied image URLs or React icons. It ships as a registry TSX file and uses React DOM rendering for icons, Lucide for the play and pause glyphs, and a shadcn Button dependency.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of magicui-icon-cloud at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of magicui-icon-cloud at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of magicui-icon-cloud at 1440 pixels wide
Harness screenshot at 1440 pixels wide. No horizontal overflow recorded.

Measured

Every value below was written by the harness on the run that produced the frames above. None of it is derived from the prose.

Harness measurements recorded for magicui-icon-cloud
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal87.9 KB (153.3 KB build, 65.4 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 9.55s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/components/ui/button.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A convincing decorative effect for an existing shadcn app, with useful motion controls and clean runtime behavior. It needs a shadcn-style setup to mount, requires responsive work for narrow layouts, and carries a substantial bundle cost for a single visual flourish.

Use it if

  • You need a decorative, draggable logo or technology cloud for a roomy hero or showcase section.
  • Your app already uses shadcn conventions and can supply image URLs or React icon nodes.
  • You want motion that pauses automatically for visitors who prefer reduced motion.

Skip it if

  • The cloud must fit narrow screens without adding responsive sizing or overflow containment.
  • Each icon needs to be a keyboard-focusable link, button, or separately announced item.
  • You need a lightweight static logo grid rather than a continuously rendered canvas effect.
  • Your interface must render without browser canvas APIs or client-side React.

Install

Installation record for magicui-icon-cloud
Declared dependencieslucide-react, radix-ui
Missing on installnone
Bare installfails once the shadcn-style helpers are removed, so it needs that setup
Providerno provider required in the harness

In a non-shadcn project, add the source alias and utility module expected by shadcn components, install React, React DOM, Lucide React, and the dependencies used by the shadcn Button, then add or replace that Button implementation. Also make the canvas responsive or contain its overflow for narrow layouts.

Source and credit

This page is a review, not a copy. The component source lives with its author and this site does not republish it. Read the license before you use anything.

License
MIT
Record published
2026-08-13

Alternatives

Other published entries for the logo-wall pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.