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.



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.
| Build | OK |
|---|---|
| Mount | OK |
| Console errors | 0 |
| Uncaught page errors | 0 |
| Horizontal overflow | flagged at 375 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 61.5 KB (126.9 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written 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
| Declared dependencies | motion |
|---|---|
| Missing on install | none |
| Bare install | builds and mounts without the shadcn-style helpers |
| Provider | no 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.
Author repository
github.com/nolly-studio/cult-uiAlternatives
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.
- tailark-veil-content-1minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 17.6KB
- Bare
- pass
- Prov
- NO
- tailark-veil-content-2minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 17.6KB
- Bare
- pass
- Prov
- NO
- tailark-mist-content-3minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 24.1KB
- Bare
- pass
- Prov
- NO
- neobrutalism-cardbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 29.6KB
- Bare
- pass
- Prov
- NO
- neobrutalism-ncardbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 29.6KB
- Bare
- pass
- Prov
- NO
- reui-icon-stackminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 30.1KB
- Bare
- pass
- Prov
- NO