Measured entry
eldora-multi-direction-slide-text
text-effect3dmotion on file
A client-side React text entrance that renders two centered heading lines sliding in from opposite sides. It ships as copied registry source and depends on Motion, clsx, Tailwind utility classes, and a project-defined display font utility.



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 | clean at 375, 768, 1440 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 1 |
| Gzip marginal | 58.3 KB (123.7 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
A focused hero effect that builds and mounts cleanly without a provider, but its fixed heading semantics and lack of reduced-motion handling limit reuse. Use it when both lines are guaranteed and the dramatic page-load entrance is intentional.
Use it if
- You need a short hero treatment with separate left-entering and right-entering lines.
- Your app already uses Tailwind utilities and can supply the expected display-font class.
- A one-time entrance on page render fits the content rather than an interaction-driven animation.
Skip it if
- You need one semantic heading, since the component always renders each line as its own top-level heading.
- Either line may be omitted, because the optional props produce empty heading elements.
- You require built-in reduced-motion behavior or configurable timing and distance.
- You want a lightweight text effect without adding the Motion runtime.
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 |
Add Motion and clsx, enable the Tailwind utilities used by the source, define the display-font utility or replace it, and place the file in a client-capable React boundary. Pass content through textLeft and textRight rather than children or a text prop.
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