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