Signup 2
A beautifully designed split-screen signup layout with a cover image.
Welcome to Androme UI
Create your account and start building your dream application today.
or
By continuing, you agree to our Terms and Privacy Policy.
Already have an account? Sign in
Installation
npx androme add signup-2
yarn dlx androme add signup-2
pnpm dlx androme add signup-2
bunx --bun androme add signup-2
Usage
Import the component into your page or parent component.
import { Signup2Demo } from "@/components/sections/signup-2";
export default function Page() {
return <Signup2 />;
}