Measured entry
reui-timeline
A composable React timeline for vertical or horizontal sequences, shipped as shadcn registry source rather than a packaged widget. It provides wrappers for items, dates, titles, content, indicators, and separators, with active-state styling. It depends on React, the Radix Slot export, Tailwind utility classes and a local cn helper.



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 | 32.3 KB (97.8 KB build, 65.5 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
A solid set of styling primitives for teams already inside the shadcn ecosystem, but it is not a finished card and the default export alone appears empty. It needs a shadcn-style setup to build and mount, and active-step changes must be driven from outside the component.
Use it if
- You need a presentational history, status trail, or milestone sequence assembled from small primitives.
- Your app already uses shadcn conventions, Tailwind theme tokens, and the local cn utility.
- You want controlled or initial active-step styling and need both vertical and horizontal layouts.
Skip it if
- You want a complete drop-in timeline with sample events or card content included.
- You need built-in step interaction, keyboard behavior, or an exported hook for changing the active item.
- Your styling stack cannot process its Tailwind data, group, arbitrary-value, and descendant variants.
- You need semantic list markup without adapting the supplied div-based primitives.
Install
| Declared dependencies | radix-ui, clsx, tailwind-merge |
|---|---|
| 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, add React and radix-ui, provide the aliased local cn class-merging helper, and configure Tailwind with the theme tokens and variant syntax used by the source. Copy the registry component into your source tree, preserve client-component handling where applicable, and compose TimelineItem children explicitly.
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/keenthemes/reuiAlternatives
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