Measured entry
tailark-mist-stats-4
A compact React stats section distributed as a shadcn registry block. It renders headline metrics beside a short supporting statement, switching from a stacked mobile layout to a single row on wider screens. It has no runtime package or provider dependency, but its styling assumes Tailwind CSS and shadcn-style color tokens.



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 | 17.6 KB (83.0 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
A solid, low-complexity choice for a quiet landing-page proof point. It mounts cleanly on its own and adapts well across the tested layouts, but the fixed content structure makes it better as a starting block than a general stats component.
Use it if
- You need a restrained proof-point strip between larger landing-page sections.
- Your content fits a small pair of headline metrics plus one brief explanatory statement.
- Your project already uses Tailwind utilities and theme tokens compatible with shadcn conventions.
Skip it if
- You need a reusable data-driven stats grid with an arbitrary number of items.
- Your metrics require icons, charts, animation, links, or interactive detail.
- You want a prominent section heading or richer context without extending the markup.
- Your project does not use Tailwind and you do not want to translate the utility classes.
Install
| Declared dependencies | none declared |
|---|---|
| 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 Tailwind CSS, define equivalents for the primary and muted foreground color tokens, and ensure the screen-reader-only and balanced-text utilities are available. No provider or additional package is required.
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/tailark/blocksAlternatives
Other published entries for the stats pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- hyperui-stats-1unclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 3.4KB
- Bare
- pass
- Prov
- NO
- hyperui-app-stats-4editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.5KB
- Bare
- pass
- Prov
- NO
- tailark-mist-stats-2minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 17.6KB
- Bare
- pass
- Prov
- NO
- tailark-veil-stats-1minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 17.6KB
- Bare
- pass
- Prov
- NO
- hyperui-stats-2editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.8KB
- Bare
- pass
- Prov
- NO
- tailark-veil-stats-2minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 18.1KB
- Bare
- pass
- Prov
- NO