Measured entry

efferd-contact-2

contact-formminimal-flat

A presentational contact-card block that pairs a heading and optional icon-based contact details with a slot for your own form. It ships as a TypeScript React registry component and depends on Lucide React, a cn helper, Tailwind utilities, and shadcn-style theme tokens.

Specimen
Harness screenshot of efferd-contact-2 at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of efferd-contact-2 at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of efferd-contact-2 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 efferd-contact-2
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal30.4 KB (95.8 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 1m 42s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/contact/2/contact-card.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A solid layout shell with clean responsive behavior and flexible content slots, but it is not a finished contact form. It needs a shadcn-style setup because the bare project cannot resolve its shared utility import.

Use it if

  • You already have a form component and need a responsive contact-section frame around it.
  • Your contact page needs configurable copy and a short list of icon-led contact details.
  • Your app already uses Tailwind and shadcn-style color tokens.

Skip it if

  • You need a complete form with fields, validation, submission, or backend wiring included.
  • Your project does not use Tailwind and you do not want to translate utility classes and theme tokens.
  • You need contact values rendered as actionable phone, email, or address links without modifying the component.

Install

Installation record for efferd-contact-2
Declared dependenciesnone declared
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 Lucide React, provide the aliased cn utility, configure Tailwind, and define the secondary, background, card, and muted-foreground theme tokens. Supply your own form as children and add its validation and submit handling 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.

Alternatives

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