Components
A complete sign-up form with validation, password strength requirements, and terms acceptance.
Loading preview...
import SignUpBlock from "@/components/ui/sign-up-block";
export default function DemoOne() {
return <SignUpBlock />;
}
Part of HextaUI — browse the full library on 21st.dev.