Measured entry

tailark-mist-features-8

feature-gridminimal-flat

A static Tailark feature grid with one wide screenshot card and three compact text cards. It ships as a shadcn registry block for Next.js, importing next/image, Lucide icons, Tailwind utility classes, a local image asset, and Tailark's custom Card with its soft variant.

Specimen
Harness screenshot of tailark-mist-features-8 at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of tailark-mist-features-8 at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tailark-mist-features-8 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-mist-features-8
BuildOK
MountOK
Console errors1
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious1
Axe moderate0
Axe minor0
Gzip marginal38.2 KB (103.6 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)

BARE BUILD

✗ Build failed in 1.29s
error during build:
[vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-e9bb394f9157/src/cut/components/features-8.tsx".

Verdict

Do not adopt it unchanged: the build fails because the Tailark Card dependency is requested from a missing registry URL. It needs a shadcn-style setup plus a locally supplied compatible Card before the component can be evaluated at runtime.

Use it if

  • You already use Next.js and want a compact product-feature section built around a prominent interface screenshot.
  • Your design system can provide Tailark's soft Card variant and the expected theme tokens.
  • You are comfortable replacing the sample AI copy and bundled screenshot with product-specific content.

Skip it if

  • You need a registry block that installs and builds without repairing an unavailable dependency.
  • Your project is not based on Next.js and you do not want to replace the image component.
  • Your card primitive does not support the soft variant used throughout the grid.
  • You need interactive feature controls rather than a static presentation section.

Install

Installation record for tailark-mist-features-8
Declared dependenciesclsx, tailwind-merge
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 Tailwind theme tokens and utilities, Lucide React, a Card component that accepts the soft variant, and the referenced screenshot asset. Use Next.js for the image import or replace it with your framework's image element. The missing Tailark Card registry item must be recreated or sourced separately.

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-15

Alternatives

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