Measured entry
tripled-auto-revealing-heading-shadcnui
badgeminimal-flatmotion on file
A client-side React text revealer that splits supplied copy by word or letter and animates each segment when the block enters view. It ships as a shadcn registry source file, but uses no shadcn primitives or provider. It depends on React and Framer Motion, with one Tailwind utility 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 | clean at 375, 768, 1440 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| 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, working reveal effect with straightforward props and no provider requirement. It is easy to transplant, but the div output, absent reduced-motion handling, and Framer Motion cost mean teams should wrap or revise it before treating it as a production heading.
Use it if
- You want a one-time entrance treatment for a short hero or section heading.
- Your app already uses Framer Motion and can absorb another motion component.
- You need configurable word-by-word or letter-by-letter reveal timing.
Skip it if
- You need the component itself to render a semantic heading element; it returns a div.
- Your motion policy requires an explicit reduced-motion fallback.
- You want a badge component, since this registry item is animated display text despite its queue classification.
- You are avoiding Framer Motion for a small decorative effect.
Install
| Declared dependencies | framer-motion, react |
|---|---|
| Missing on install | none |
| Bare install | builds and mounts without the shadcn-style helpers |
| Provider | no provider required in the harness |
Install React and Framer Motion, copy the client component into your project, and keep it behind a client boundary where required. Non-Tailwind projects should replace the inline-block utility with equivalent CSS. No shadcn provider, theme package, or registry runtime is needed.
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/moumen-soliman/uitripledAlternatives
Other published entries for the badge pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- neu-badgeneumorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 17.5KB
- Bare
- pass
- Prov
- NO
- clay-badgeclaymorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 17.9KB
- Bare
- pass
- Prov
- NO
- ruixen-load-rippleunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 17.9KB
- Bare
- pass
- Prov
- NO
- kibo-listminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 42.4KB
- Bare
- pass
- Prov
- NO
- ruixen-blurred-stagger-textunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 58.1KB
- Bare
- pass
- Prov
- NO
- tripled-dynamic-tag-cloud-shadcnuiminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 61.0KB
- Bare
- pass
- Prov
- NO