Measured entry

cultui-dynamic-island

cardglassmorphismmotion on file

A client-side React expanding-island shell distributed as a shadcn registry file. It provides a context provider, preset size states, queued transitions, and animated content helpers. Styling comes from Tailwind utility classes, while all resizing and enter or exit motion depends on the Motion package.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of cultui-dynamic-island at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of cultui-dynamic-island at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of cultui-dynamic-island 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 cultui-dynamic-island
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal61.5 KB (126.9 KB build, 65.4 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten from the component source API

Verdict

A capable animated shell with a useful state API and clean harness results, but it is not drop-in responsive: the tested demo overflowed on a narrow mobile viewport. Choose it when the island metaphor and preset transitions earn their dependency and adaptation work.

Use it if

  • You need a compact status surface that can expand between known content states.
  • Your React interface already uses Tailwind and Motion, so the component fits the existing stack.
  • You want provider-controlled size changes or a scheduled sequence of animated states.

Skip it if

  • The island must fit reliably in narrow mobile layouts without modifying its fixed presets.
  • You need a lightweight disclosure pattern and cannot justify adding the Motion dependency.
  • Your content needs fluid, content-driven dimensions instead of a fixed menu of size presets.
  • You need a server-only component with no client-side state or browser resize listener.

Install

Installation record for cultui-dynamic-island
Declared dependenciesmotion
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno provider required in the harness

In a non-shadcn React project, copy the component into the client bundle, install Motion, and configure Tailwind to scan and emit its utility classes. Wrap each island in its provider. No shadcn primitive or class-name helper is required.

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.

Alternatives

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