Minimal Sign-in

A concise sign-in form using FormBuilder.Single with email, password, tags and phone.

How It Works

  1. Define a Zod schema – Describes the shape and validation rules for your form data
  2. Create formDefs – Flat array of field definitions with component types matching your inputs
  3. Render FormBuilder.Single – Pass schema, formDefs, defaultValues, and onSubmit

See the full API Reference for all available props.

On this page