Measured entry
tripled-feature-cards-block-shadcnui
feature-gridglassmorphismmotion on file
A centered React feature section with a heading and a responsive card grid. It ships as a shadcn registry block and imports the local Card primitive, Lucide icons, Tailwind utility classes, and project theme tokens. Despite declaring an animation package, its visible motion comes from CSS hover transitions.



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 | 27.9 KB (93.3 KB build, 65.4 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | written from the component source API |
What the harness recorded
BARE BUILD
✗ Build failed in 1m error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/components/ui/card.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A clean, adaptable feature grid with sensible responsive behavior and no observed accessibility issues. It is easy to tailor inside an existing shadcn app, but the bare mount fails and it needs a shadcn-style setup. Also remove the unused animation dependency unless broader project code needs it.
Use it if
- You need a compact product-benefits section with equal-weight feature cards.
- Your app already has shadcn primitives, Tailwind theme tokens, and the standard import alias.
- You want restrained icon scaling and border changes on hover without a provider.
Skip it if
- You need cards that link or trigger actions, since these are styled as clickable but have no interaction semantics.
- You want content managed through props or data from a parent, since the copy is embedded in the component.
- You are avoiding shadcn project conventions or do not want to carry its Card utility plumbing.
- You need meaningful entrance or scroll animation, since the declared animation dependency is unused here.
Install
| Declared dependencies | framer-motion, react, radix-ui |
|---|---|
| Missing on install | none |
| Bare install | fails once the shadcn-style helpers are removed, so it needs that setup |
| Provider | no provider required in the harness |
In a non-shadcn project, add a compatible Card component, the shared class-name utility it imports under the expected source alias, Lucide React icons, Tailwind utilities, and definitions for the background, foreground, border, and muted-foreground theme tokens. Configure the alias or replace those imports with local paths.
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/moumen-soliman/uitripledAlternatives
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.
- hyperui-feature-grids-3editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.7KB
- Bare
- pass
- Prov
- NO
- hyperui-feature-grids-1editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.9KB
- Bare
- pass
- Prov
- NO
- hyperui-feature-grids-4editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.9KB
- Bare
- pass
- Prov
- NO
- hyperui-feature-grids-2editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 18.3KB
- Bare
- pass
- Prov
- NO
- meraki-feature-grid-list-with-imageminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 18.5KB
- Bare
- pass
- Prov
- NO
- meraki-feature-simpleminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 20.2KB
- Bare
- pass
- Prov
- NO