Components
Loading preview...
A sleek authentication page with social login buttons, background effects, and responsive design. Perfect for login screens, signup flows, and onboarding experiences.
npx shadcn@latest add https://21st.dev/r/sshahaider/minimal-auth-pageimport { MinimalAuthPage } from "@/components/ui/minimal-auth-page";
export default function DemoOne() {
return <MinimalAuthPage />;
}