Measured entry
efferd-contact-2
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.



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 | 30.4 KB (95.8 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 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
| Declared dependencies | none declared |
|---|---|
| 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 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.
Author repository
github.com/shabanhr/efferd-uiAlternatives
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.
- hyperui-contact-forms-1editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.4KB
- Bare
- pass
- Prov
- NO
- hyperui-contact-forms-2editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.5KB
- Bare
- pass
- Prov
- NO
- hyperui-contact-forms-4editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.5KB
- Bare
- pass
- Prov
- NO
- hyperui-contact-forms-3editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.6KB
- Bare
- pass
- Prov
- NO
- hyperui-contact-forms-5editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 18.4KB
- Bare
- pass
- Prov
- NO
- efferd-contact-1minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 31.8KB
- Bare
- fail
- Prov
- NO