## 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
Login
```
## 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
Reset form
Save profile
```