Measured entry

ruixen-grid-frame-hero

herounclassified

A framed React hero that pairs a headline and primary action with two fixed feature cards and built-in product illustrations. It ships as a shadcn registry client component for Next.js, styled with Tailwind theme tokens, and imports next/link, lucide-react, a local cn helper, and local avatar images used by the default chat artwork.

Specimen
Harness screenshot of ruixen-grid-frame-hero at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of ruixen-grid-frame-hero at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of ruixen-grid-frame-hero 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 ruixen-grid-frame-hero
BuildOK
MountOK
Console errors3
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor1
Gzip marginal50.1 KB (115.5 KB build, 65.4 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

CONSOLE

Failed to load resource: the server responded with a status of 404 (Not Found)

CONSOLE

Failed to load resource: the server responded with a status of 404 (Not Found)

CONSOLE

Failed to load resource: the server responded with a status of 404 (Not Found)

Verdict

A solid choice for a content-rich Next.js landing page once its defaults are replaced. The responsive structure holds together, but the stock avatar requests fail and omitted hero content leaves an empty heading. It needs a shadcn-style setup and is not a drop-in option for a bare React project.

Use it if

  • You want a restrained product hero with a headline followed by two substantial feature panels.
  • Your Next.js app already uses shadcn conventions, Tailwind theme tokens, and the local cn utility.
  • You are prepared to replace the sample registry copy, logos, chat messages, and avatar artwork with product-specific content.

Skip it if

  • You need a framework-neutral React component, since next/link is imported directly.
  • You need arbitrary feature counts or a compact hero without the fixed paired-card composition.
  • You want defaults that work without asset cleanup, since the included chat artwork references avatar files that are not bundled.
  • Your accessibility gate rejects empty headings when required content is omitted.

Install

Installation record for ruixen-grid-frame-hero
Declared dependencieslucide-react
Missing on installnone
Bare installfails once the shadcn-style helpers are removed, so it needs that setup
Providerno provider required in the harness

In a non-shadcn project, add Next.js and lucide-react, provide the cn class-merging helper at the expected alias, configure Tailwind with the referenced semantic color tokens, and supply or replace the local avatar images. Also adapt next/link if the app uses another router.

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.

Alternatives

Other published entries for the hero pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.