Quickstart
Minimal setup
Let’s explore the most basic setup:
Quite verbose and here’s why:
- Explicit Configuration: The library favors explicit configuration over “magic” defaults.
- Tree-Shakeable Architecture: Each feature is located in its own submodule so you can import only the functionality you need, keeping your bundle lean and optimized.
- Highly Customizable: We provide extensive customization options so that you can tailor every aspect of the library to your needs.
UI Schema
You can also customize the form’s UI using the uiSchema
property.
Form state
To access the state of the form you can use properties such as value
and errors