Measured entry

tripled-social-login-button-shadcnui

auth-formminimal-flatmotion on file

A shadcn registry component for branded sign-in buttons covering GitHub, Google, X, Vercel, and LinkedIn, with slide, scale, glow, shine, or static treatments. It ships as React source and relies on a local shadcn Button, a cn utility, Tailwind theme classes, Framer Motion, and Lucide icons.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of tripled-social-login-button-shadcnui at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-social-login-button-shadcnui at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-social-login-button-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-social-login-button-shadcnui
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal33.7 KB (99.2 KB build, 65.5 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 860ms
error during build:
[vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-00f0f9917ebd/src/cut/components/uitripled/social-login-button-shadcnui.tsx".

Verdict

A practical fit for an existing shadcn authentication screen, with useful motion choices and clean responsive behavior. It needs a shadcn-style setup and will not mount in a bare React app as supplied because its local Button, cn helper, theme utilities, and Lucide import must be available.

Use it if

  • You already use shadcn conventions and want matching social sign-in controls with selectable hover treatments.
  • Your authentication screen uses one of the included providers and can attach its login handler through standard button props.
  • You want full-width controls on small screens that contract to content-sized buttons in wider layouts.

Skip it if

  • You need the component to perform OAuth flows or manage authentication state; it only renders and forwards button props.
  • You need providers outside the fixed set without editing the source and adding their icons and styles.
  • You want official provider artwork or strict brand compliance, since several marks are represented by generic Lucide icons and shared monochrome styling.
  • You are avoiding a shadcn and Tailwind dependency layer for a small sign-in control.

Install

Installation record for tripled-social-login-button-shadcnui
Declared dependenciesframer-motion, react, radix-ui, clsx, tailwind-merge
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 a compatible Button component and ButtonProps export, provide the cn class-merging helper, configure Tailwind with the referenced theme tokens and motion utilities, and install Lucide React plus the declared React and animation dependencies. Preserve the source path aliases or rewrite those 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 auth-form pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.