UNPKG

user-auth-pkg

Version:

A **highly customizable** and **reusable login form component** built with **React Hook Form**, **Yup**, and **Material UI**, supporting **image uploads**, **file inputs**, **CAPTCHA validation**, and flexible UI overrides.

13 lines (12 loc) 247 B
export const defaultFormConfig = [ { type: 'email', name: 'email', placeholder: 'Enter your email', }, { type: 'password', name: 'password', placeholder: 'Enter your password', }, ];