Measured entry
eldora-wavy-text
text-effect3dmotion on file
A client-side React text effect shipped as a shadcn registry item. It splits a string into separate Motion-powered heading elements and loops each character vertically with staggered timing. It depends on React, Motion, clsx, and Tailwind utility classes, including a project-defined display font class.



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 | 1 |
| Gzip marginal | 59.9 KB (125.3 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
A lively, easy-to-read effect for short display copy, but not production-ready as pasted. Its narrow-screen overflow and character-per-heading markup need correction. Best for teams already carrying Motion and willing to adjust responsiveness and semantics.
Use it if
- You need a short animated wordmark or hero accent on layouts with controlled width.
- Your project already uses Motion and Tailwind, so the effect adds little integration work.
- You can revise the rendered elements to preserve sensible heading semantics.
Skip it if
- The text must fit reliably on narrow screens without custom wrapping or responsive sizing.
- You need accessible heading markup out of the box, since every character becomes its own heading and spaces produce empty headings.
- You want a lightweight text flourish without bringing in Motion.
- The copy is long, dynamic, or localized, where character spacing and overflow become harder to control.
Install
| Declared dependencies | motion, react, clsx |
|---|---|
| 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 project, copy the component into the client bundle, install React, Motion, and clsx, and provide Tailwind with the referenced utility classes. Define the display font class or replace it, then add responsive wrapping or scaling and render characters inside one semantic heading.
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/karthikmudunuri/eldorauiAlternatives
Other published entries for the text-effect pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- uilayouts-randomized-text-effectdark-futuristic
- Renders
- YES
- A11y
- 0
- Gzip
- 17.5KB
- Bare
- pass
- Prov
- NO
- uilayouts-randomized-text-unveildark-futuristic
- Renders
- YES
- A11y
- 0
- Gzip
- 17.7KB
- Bare
- pass
- Prov
- NO
- fancy-scramble-indark-futuristic
- Renders
- YES
- A11y
- 0
- Gzip
- 17.8KB
- Bare
- pass
- Prov
- NO
- magicui-aurora-textaurora-mesh
- Renders
- YES
- A11y
- 0
- Gzip
- 20.7KB
- Bare
- pass
- Prov
- NO
- magicui-highlighterskeuomorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 24.8KB
- Bare
- pass
- Prov
- NO
- fancy-text-along-pathspatial
- Renders
- YES
- A11y
- 0
- Gzip
- 25.7KB
- Bare
- pass
- Prov
- NO