Components
Loading preview...
Login form with email and Google login buttons
@shadcnblockscom
npx shadcn@latest add https://21st.dev/r/shadcnblockscom/login-1import { Login1 } from "@/components/ui/login-1";
const DemoOne = () => {
return (
<Login1 />
);
};
export { DemoOne };