auth-divider
efferd-/auth-dividerFreeComponent
Auth divider component.
Live preview
live · rendered by the registry
Rendered by efferd on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add http://efferd.com/r/auth-divider.jsonSource
1import type React from "react";23export function AuthDivider({4 children,5 ...props6}: React.ComponentProps<"div">) {7 return (8 <div className="relative flex w-full items-center" {...props}>9 <div className="w-full border-t" />10 <div className="flex w-max justify-center text-nowrap px-2 text-muted-foreground text-xs">11 {children}12 </div>13 <div className="w-full border-t" />14 </div>15 );16}
Files it writes
More from efferd
All 201 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| apple-iconapple-icon | efferd | Components | Free | no deps | |
| copy-buttoncopy-button | efferd | Components | Free | no deps | |
| decor-icondecor-icon | efferd | Components | Free | no deps | |
| discord-icondiscord-icon | efferd | Components | Free | no deps | |
| facebook-iconfacebook-icon | efferd | Components | Free | no deps | |
| figma-iconfigma-icon | efferd | Components | Free | no deps | |
| formaterformater | efferd | Components | Free | no deps | |
| framer-iconframer-icon | efferd | Components | Free | no deps |
