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