Auth Social Provider Row
A production-scale, light + dark Auth Social Provider Row component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add auth-social-provider-rowLive preview available in the gallery.
Usage
import { AuthSocialProviderRow } from "@lerpa/ui";
<AuthSocialProviderRow />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | — | |
| title | string | — | |
| description | string | — | |
| providers | Array<"google" | "github" | "apple" | "microsoft" | "x"> | — | |
| layout | "row" | "stack" | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.