Measured entry

efferd-auth-2

testimonialsminimal-flatmotion on file

A full-screen sign-in and account-creation shell with social options, an email field, and an animated testimonial panel that appears on wide layouts. It ships as a shadcn registry block and relies on Motion, Radix-based UI primitives, Lucide icons, Tailwind theme utilities, and a shared logo component.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of efferd-auth-2 at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of efferd-auth-2 at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of efferd-auth-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-auth-2
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate2
Axe minor0
Gzip marginal79.0 KB (144.4 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 43s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/components/ui/button.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A polished, responsive auth shell with a distinctive wide-screen testimonial treatment, but it is integration work rather than a finished login. It needs a shadcn-style setup to mount, plus real auth handlers, destinations, branding, and landmark cleanup.

Use it if

  • You need a ready-made auth shell with both social and email entry points.
  • Your desktop design benefits from a branded testimonial panel while smaller screens stay focused on the form.
  • Your app already uses shadcn conventions and can connect the placeholder controls to real authentication flows.

Skip it if

  • You need working authentication rather than a visual shell with unwired buttons and placeholder links.
  • You want the testimonial to remain visible on tablet and mobile layouts.
  • You cannot justify Motion and the animated path field's considerable client-side bundle cost.
  • Your page already owns its main landmark and you cannot adjust this block to avoid nested or duplicate main regions.

Install

Installation record for efferd-auth-2
Declared dependenciesmotion, 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 Tailwind theme tokens and utility support, configure the source alias, install Motion, Radix UI, and Lucide React, then provide compatible Button, InputGroup, and Logo components. Wire every provider button, email submission, home link, and policy link to real application behavior.

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