Split Signup

Split-screen signup form with animated left panel showcase and gradient backgrounds. Features rotating border animations and hover effects on the showcase card.

Main Features of Split Signup

How to Use Split Signup in Next.js

Installation Guide for Split Signup

Props

Customize the component with these props

PropertyTypeDefaultDescription
theme
'dark' | 'light'undefinedColor theme for the component.
accentColor
stringundefinedCustom accent color for the component.
title
string"Create Account"Title text displayed at the top of the form.
subtitle
string"Start your 14-day free trial."Subtitle text displayed below the title.
showLogo
booleanundefinedWhether to display the logo.
onSubmit
(data: any) => Promise<void>undefinedCallback function called when form is submitted.
onSuccess
() => voidundefinedCallback function called on successful submission.
onError
(err: string) => voidundefinedCallback function called on submission error.
loading
booleanundefinedWhether the form is in a loading state.
className
stringundefinedAdditional CSS classes for custom styling.
showLeftPanel
booleantrueWhether to display the left showcase panel.

When to Use

Excellent for marketing-heavy landing pages, enterprise SaaS, and Next.js sites that want a high-impact 'Split Screen' aesthetic. Use this React component for a signup experience with a dedicated marketing showcase panel and clean form layout.

Best Practices

Maintain consistent spacing within your design system by using high-resolution assets in the left panel. Follow React best practices by managed the multi-field form state. Optimize for performance by lazy-loading the showcase imagery.

Why This Component Matters in Modern UI Development

Split-screen layouts combine utility with brand storytelling. This production-ready UI component helpsคุณ build an interface that feels energetic and professional, summarizing your value proposition alongside the registration form.

Frequently Asked Questions

QCan I hide the left panel?

Yes, the `showLeftPanel` prop allows you to toggle the showcase off for a focused, single-column signup experience on specific routes.

QDoes it support social login?

The form layout is optimized for traditional email/password but can easily be extended with branded provider buttons.

QHow does the rotating border work?

The showcase container features a slow-moving gradient border that uses CSS Conic Gradients and Framer Motion for a subtle 'Glow' effect.

Split Signup - Premium React Auth Screens & Login Forms | Uilora