Components
A split-screen sign-in card with a branded gradient panel, social login, and email/password form.
Loading preview...
import { SignIn6 } from '@/components/ui/sign-in-6'
export default function Demo() {
return (
<div className="flex min-h-svh w-full items-center justify-center p-6">
<div className="w-full max-w-3xl">
<SignIn6 />
</div>
</div>
)
}