Measured entry

tripled-news-feed-shadcnui

inputminimal-flatmotion on file

A client-side React news feed shipped as a shadcn registry component. It combines category filtering, text search, animated article cards, and static sample content. It relies on Tailwind theme utilities, local shadcn Avatar, Badge, Button, and Input components, plus Framer Motion and Lucide icons.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of tripled-news-feed-shadcnui at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of tripled-news-feed-shadcnui at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-news-feed-shadcnui 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 tripled-news-feed-shadcnui
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical1
Axe serious1
Axe moderate0
Axe minor0
Gzip marginal77.2 KB (142.6 KB build, 65.4 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 2m 1s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/components/ui/avatar.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A polished starting point for an app already shaped like shadcn, but not production-ready as delivered. It needs a shadcn-style setup, mobile overflow repairs, accessible names for icon controls, and stronger contrast before release.

Use it if

  • You need a ready-made editorial feed with local category filters and title or summary search.
  • Your app already uses shadcn conventions, Tailwind theme tokens, and Framer Motion.
  • You are prepared to replace the bundled sample stories and wire the actions to real data.

Skip it if

  • You need a mobile-safe layout without revising the header and card rows that overflow on a narrow screen.
  • You require accessible controls out of the box, since several icon buttons lack discernible names and some text has insufficient contrast.
  • You want a lightweight static list and do not need animated filtering or card transitions.
  • Your design system does not expose shadcn-compatible components and Tailwind theme tokens.

Install

Installation record for tripled-news-feed-shadcnui
Declared dependenciesframer-motion, react, radix-ui
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 compatible Avatar, Badge, Button, and Input primitives; the shared class-name utility and Tailwind theme tokens; Framer Motion; Lucide React icons; and the React client-component boundary. Rework aliases or replace them with local imports.

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 input pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.