Measured entry

tailark-veil-stats-2

statsminimal-flat

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.

Specimen
Harness screenshot of tailark-veil-stats-2 at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of tailark-veil-stats-2 at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tailark-veil-stats-2 at 1440 pixels wide
Harness screenshot at 1440 pixels wide. No horizontal overflow recorded.

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.

Harness measurements recorded for tailark-veil-stats-2
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal18.1 KB (83.5 KB build, 65.4 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten 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

Installation record for tailark-veil-stats-2
Declared dependenciesnone declared
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno 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/blocks
License
MIT
Record published
2026-08-14

Alternatives

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.