Measured entry
tailark-veil-stats-2
A single React stats section distributed as a shadcn registry block. It combines a heading, hardcoded business metrics, and a decorative rising line field generated in JSX. It declares no extra packages, but its presentation depends on Tailwind theme tokens, container-query variants, and custom-property utilities.



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 | 18.1 KB (83.5 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
It builds and mounts cleanly in both harness setups, but the captured render is not production-ready: its content collapses into a narrow column and the stat labels overlap. Treat it as a styling starter and fix the container-query behavior before shipping.
Use it if
- You need an editable landing-page stats section with a restrained editorial look.
- Your Tailwind setup already supports the container-query and custom-property utilities used by the block.
- You want a decorative trend motif without adopting a charting library.
Skip it if
- You need a data-driven or accessible chart, since the line field is decorative and the metrics are hardcoded.
- You need the component to be production-ready without layout work, since the captured render compresses the content and overlaps the stat copy.
- Your project is not React and Tailwind based, or cannot provide the expected theme tokens.
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 React and a Tailwind setup that supports container queries, pseudo-element variants, theme color tokens, and custom-property height utilities. Copy the block into your component tree; no provider or extra runtime 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-mist-stats-4minimal-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