Components
Loading preview...
A clean sign-in form with email/password authentication and remember me option.
npx shadcn@latest add https://21st.dev/r/preetsuthar17/sign-in-blockimport SignInBlock from "@/components/ui/sign-in-block";
export default function DemoOne() {
return <SignInBlock />;
}