## Basic usage Most commonly you want the form to handle a set of data and display appropriate input fields for each piece of data. ```html ``` ## Advanced usage / Validation Use a schema to provide validation for the form inputs. Use scoped slots to get access to the forms errors and functions like reset. ```html ```