Skip to content

Latest commit

 

History

History

Page

  • Login shows a simple login form with 3 fields.
  • Signup showcases a select field, a meta field and external form errors.
  • DynamicForm shows how forms can dynamically change based on their own values. It also showcases an optional field.
  • ValidationStrategies showcases two different validation strategies: validation on submit and validation on blur.
  • Composability shows three different approaches to form composition:
  • MultiStage showcases a form that is filled in multiple stages.
  • CustomFields showcases how custom fields can be implemented to suit your needs.