Components
Loading preview...
A complete sign-up form with validation, password strength requirements, and terms acceptance.
npx shadcn@latest add https://21st.dev/r/preetsuthar17/sign-up-blockimport SignUpBlock from "@/components/ui/sign-up-block";
export default function DemoOne() {
return <SignUpBlock />;
}