Measured entry
cultui-typewriter
text-effectdark-futuristicmotion on file
A client-side React typewriter that reveals an optional lead-in, cycles through supplied phrases, and renders a blinking cursor. It ships as a shadcn registry source file rather than a package, imports Motion for animation state, and uses Tailwind utility classes for the cursor.



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 | 0 |
| Gzip marginal | 64.5 KB (130.0 KB build, 65.5 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
It builds, mounts, and renders cleanly at every tested viewport without framework scaffolding. The effect is usable when Motion is already justified, but tune its timing carefully and add empty-list and reduced-motion handling before treating it as production-ready.
Use it if
- You want a looping phrase rotator inside a short hero heading or prompt.
- Your app already uses Motion and Tailwind, so the extra dependency and utility classes fit the stack.
- You are willing to tune the delay behavior and verify the animation with real copy.
Skip it if
- The first phrase must appear immediately without configuration, since the delay value is passed directly to Motion and needs deliberate tuning.
- You need reduced-motion behavior or a static fallback without modifying the component.
- Adding Motion is too much overhead for a small decorative text effect.
- Your phrase list can be empty, since the cycling logic assumes at least one entry.
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 |
Install Motion, copy the client component into the project, and ensure React client rendering is available. Add Tailwind or replace the cursor utility classes with equivalent CSS. Then choose delay values using Motion's time convention and add an empty-list guard.
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 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