Measured entry

neu-card

cardneumorphismfirst party

A presentational React article card with eyebrow, title, body, optional footer, and a className hook. It ships as one default-exported component, uses Tailwind utility classes with arbitrary color and shadow values, and needs no extra runtime package or provider.

Specimen
Harness screenshot of neu-card at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of neu-card at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of neu-card 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 neu-card
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious1
Axe moderate0
Axe minor0
Gzip marginal17.7 KB (83.1 KB build, 65.4 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten from the component source API

Verdict

A focused, dependency-free card that builds and mounts on its own, with useful content slots and no provider setup. Use it as a visual starting point, but revise the muted text color before shipping where accessibility compliance matters.

Use it if

  • You need a compact editorial or planning card with a soft neumorphic surface.
  • Your React project already compiles Tailwind arbitrary-value utilities.
  • You want flexible body and footer slots without adopting a component framework.

Skip it if

  • Your interface must pass strict contrast checks without modifying the supplied palette.
  • Your design system avoids neumorphic shadows or hard-coded colors.
  • You need built-in interactions, loading states, or structured card actions.

Install

Installation record for neu-card
Declared dependenciesnone declared
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno provider required in the harness

First-party component from the sir-originals set. Copy the component into a React project and add Tailwind CSS if it is not already present. Configure Tailwind to scan the component file and retain arbitrary color, spacing, tracking, radius, and shadow utilities. No shadcn primitives, provider, or third-party 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

mrkeyoor/sir-originals
License
MIT
Record published
2026-08-13

Alternatives

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